|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Attribute "separator" of xsl:value-of in XSLT 2.0
> <author> > <first>Priscilla</first> > <last>Walmsley</last> > </author> > <xsl:value-of select="author" separator=" "/> Here you select a sequence of one item, so there is nothing to join. > <xsl:value-of select="author/first,author/last"/> > > produces > > 'Priscilla Walmsley'. Here you select a sequence of 2 items, which are joined using the default separator of a space. The reason is xsl:value-of only ever adds a single text node to the result tree, but its select attribute can return a sequence of multiple items, so the separator is used to join the string value of the items into a single string (just like string-join()) -- Andrew Welch http://andrewjwelch.com
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








