Re: [xsl] Convert XML elements with extended attributes into CSV

Subject: Re: [xsl] Convert XML elements with extended attributes into CSV
From: Jeni Tennison <mail@xxxxxxxxxxxxxxxx>
Date: Wed, 30 May 2001 11:26:55 +0100
Hi Xiaocun,

Sorry - my fault.  Change the template to match attributes
specifically:

<xsl:template match="@*|node()" mode="escape-CSV">
   ...
</xsl:template>

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread