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

Subject: Re: [xsl] Convert XML elements with extended attributes into CSV
From: Xiaocun Xu <xiaocunxu@xxxxxxxxx>
Date: Wed, 30 May 2001 13:52:37 -0700 (PDT)
That's it.  Thanks, it works prefectly.

Much appreciated,
Xiaocun

--- Jeni Tennison <mail@xxxxxxxxxxxxxxxx> wrote:
> 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/
> 
> 


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

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


Current Thread