Quick note on parsing an Excel Workbook using XSLT. In this case, there was a requirement to transform a column of upper-case city names into capitalized city names in much the same style as using the text-transform:capitalize css property:
(This example put together with some significant guidance from this link: http://www.biglist.com/lists/xsl-list/archives/200509/msg00542.html)
Source XML document:
XSL Stylesheet:
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2009
(37)
-
▼
April
(6)
- XSLT, text-transform:captialize and Excel workbooks
- Structure for Regular Expressions in Javascript
- SQL Server : Granting EXEC on Stored Procedures
- Eclipse : Save Actions for autoformatting code and...
- Eclipse : Display heap status (like IntelliJ IDEA)
- Eclipse : Display Java Type Indicator for classes
-
▼
April
(6)
1 comment:
I'm trying to go the other way - from HTML to XLS(X). Have you ever done an XSL transformation starting with raw HTML?
Post a Comment