xsl-list
[Top] [All Lists]

RE: Nesting <xsl:value-of> tags

2003-02-03 14:52:11

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



<Prev in Thread] Current Thread [Next in Thread>