Use XSLT to prepare XML for import into OpenOffice Calc (IBM developerWorks)
[Posted March 30, 2005 by cook]
Uche Ogbuji
works with OpenOffice.org spreadsheet data on IBM developerWorks.
"
The popular open source office suite OpenOffice.org is XML-savvy at its core. It uses XML in its file formats and offers several XML-processing plug-ins, so you might expect it to have nice tools built in for importing XML data. Unfortunately, things are not so simple, and a bit of work is required to manipulate general XML into delimited text format in order to import the data into its spreadsheet component, Calc. This article offers a quick XSLT tool for this purpose and demonstrates the Calc import of records-oriented XML. In addition to learning a practical trick for working with Calc, you might also learn a few handy XSLT techniques for using dynamic criteria to transform XML."
(
Log in to post comments)