[
Lists Home |
Date Index |
Thread Index
]
Ok, thanks to the help of you fine folks, I am now spitting out lovely
comma seperated and quote enclosed (as necessary) text files.
I, however, have some additional concerns. Is there a method in which to
increment a counter with xslt? I have some quantity/price pairs in my
catalog xml files and they aren't always congruent. Sometimes 4 pair,
sometimes 5 or 6 pair. (there is always a price for each quantity, but
the amount of pairs varies by product)
If I could increment a counter and append a counter value to the output,
I could serialize them or something to that extent.
Esentially I want:
prodID, prodNum, (appended) q1-100 q2-150 q3-200 q4-250, p1-100 p2-150
p3-200 p4-250, moreProdInfo, moreInfoStill
As always, any pointers are fully appreciated.
Cheers,
J.
-----Original Message-----
From: Danny Ayers [mailto:danny666@virgilio.it]
Sent: Thursday, April 08, 2004 12:22 PM
To: Dave Pawson
Cc: Jerry Lake; xml-dev@lists.xml.org
Subject: Re: [xml-dev] Converting xml to csv with xslt
Dave - I see you noticed my uncool uri* - the XML2CSV in Java I did is
now at:
http://www.dannyayers.com/old/code/index.htm
There's also a CSV2XML.
Jerry - Dave's version is much nicer than mine, but he's right - use
XSLT ;-)
Cheers,
Danny.
* the web was too busy being cool to warn me that the domain name
registration was about to expire
Dave Pawson wrote:
> At 23:59 07/04/2004, Jerry Lake wrote:
>
>> Hello All,
>>
>> I'm still working on my xslt. Can someone give me an example or point
>> me in the right direction to convert my XML to CSV
>
>
> http://www.dpawson.co.uk/xsl/sect4/spreadsheet.html#d10843e16
>
> Use xslt.
>
> HTH DaveP
>
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
>
>
--
----
Raw
http://dannyayers.com
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://www.oasis-open.org/mlmanage/index.php>
|