xsl-list
[Top] [All Lists]

RE: [xsl] Content of Script element getting wrapped by CDATA

2008-10-23 04:07:58
The processor doesn't like the selectors "element()", 
"@*,node()" and 
"attribute()|text()|comment()|processing-instruction()".

The "," operator and the node tests element() and attribute() are new in
XPath 2.0.

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--