xsl-list
[Top] [All Lists]

RE: [xsl] > replaced by ">", < is not replaced...

2007-07-13 03:48:46
You're sending the transformation output to a DOMResult, so 
the serialization is presumably being done by the DOM 
implementation, not by an XSLT processor.

Slight correction, looking at your code, it's not being done by either the
XSLT processor or the DOM implementation, it's being done by XMLBeans.

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>
--~--