RE: [xsl] Validation XSLT using XSLT 1.0

Subject: RE: [xsl] Validation XSLT using XSLT 1.0
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 3 Jul 2008 09:39:30 +0100
> 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/

Current Thread