|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: xsl:sequence
On 8/8/06, David Carlisle <davidc@xxxxxxxxx> wrote:
I think this is a good example: <root> <foo>text</foo> <foo>text</foo> </root> <xsl:value-of select="/root"/> produces "texttext" (with whitespace only nodes stripped) This is because it's the string value of the <root> element - a sequence of length one. <xsl:value-of select="/root/foo"/> produces "text text" This is because it's the string value of each <foo> element - a sequence of length two. As there are two items in the sequence they are concatenated using the optional separator (the default being " ").
|
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








