|
Subject: [xsl] Transforming XML to CSV From: Ryan.Asleson@xxxxxxxxxx Date: Tue, 15 Oct 2002 07:30:46 -0500 |
Hello,
I wish to transform XML which looks like this:
<row>
<column>Value 1</column>
<column>Value 2</column>
<column>Value 3</column>
</row>
<row>
<column>Value 4</column>
<column>Value 5</column>
<column>Value 6</column>
</row>
Into a comma separated values (CSV) format looking like this:
"Value 1","Value 2", "Value 3"
"Value 4","Value 5", "Value 6"
so it can be read in a spreadsheet program. What XSL will do this? I'm
having trouble because the result is not a hierarchical result.
Thanks!!
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Calling js from xslt, Juan Carlos Gonzalez | Thread | Re: [xsl] Transforming XML to CSV, David Carlisle |
| Re: [xsl] XML document to WORD??, Jirka Kosek | Date | RE: [xsl] Transforming XML to CSV, Jarno . Elovirta |
| Month |