xsl-list
[Top] [All Lists]

RE: [xsl] Validation XSLT using XSLT 1.0

2008-07-03 01:39:52
Does anyone know of a tool that parses an XML document and 
outputs it as ASCII replacing characters with named entities 
instead of numeric entites? Named entites you'd probably have 
to supply yourself?

You can do that in XSLT 2.0 with an identity transformation, serializing the
result using character maps.

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