RE: [xsl] Nesting <xsl:value-of> tags

Subject: RE: [xsl] Nesting <xsl:value-of> tags
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 3 Feb 2003 21:52:11 GMT
> Is it possible to nest <xsl: value-of> tags like this?
Others have shown the correct code but I just wanted to highlight that
this isn't an XSLT question. XSLT uses XML syntax and you can never use
an unquoted < in an attribute value for any XML element in any XML
vocabulary, so you could replace <xsl:value-of> in the subject line
above with any XML element you like and the answer would be the same.

XSLT (unlike XQuery) doesn't just look like XML and use <> syntax,
it _is_ XML, and must obey XML syntax rules.

David

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


Current Thread