[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Convert XML elements with extended attributes into

Subject: Re: Convert XML elements with extended attributes into CSV
From: Jeni Tennison <mail@xxxxxxxxxxxxxxxx>
Date: Mon, 28 May 2001 21:16:22 +0100
edt editor substitute escape
Hi Xiaocun,

> Thanks Jeni. The template you provided to replace " with "" worked
> great. The flexibility that the template can either use
> apply-templates or call-template proved to be real useful. Since I
> was only applying it to the attributes, I followed your instruction
> to call it by name like following:
>
> <xsl:call-template name="escape-CSV">
> <xsl:with-param name="string" select="@Description" />
> </xsl:call-template>
>
> and it worked prefectly.

No problems, but you can apply templates in 'escape-CSV' mode to any
kind of node, attributes included, so with the template I provided,
you could do:

  <xsl:apply-templates select="@Description" mode="escape-CSV" />

with exactly the same effect.

My comment about calling templates instead was if you need to
substitute strings in, say, the first 20 characters of a string, or
the normalised version of it or something, e.g.:

<xsl:call-template name="escape-CSV">
   <xsl:with-param name="string"
                   select="substring(@Description, 1, 20)" />
</xsl:call-template>

I hope that helps,

Jeni

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



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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.