|
|
bizt wrote:
Can anyone tell me how to output entities as a result of the XSLT?
You will have to check the documentation of your XSLT processor whether
you can plug in a custom serializer and then you will have to implement
that serializer.
Or you could try an XSLT 2.0 processor and character maps:
http://www.w3.org/TR/xslt20/#character-maps
There are currently three XSLT 2.0 processors, Saxon, Gestalt, and
AltovaXML tools.
Saxon comes as a Java and as a .NET version: saxon.sourceforge.net/">http://saxon.sourceforge.net/.
Gestalt is available at gestalt.sourceforge.net/">http://gestalt.sourceforge.net/.
Altova at www.altova.com/altovaxml.html">http://www.altova.com/altovaxml.html, it is COM solution with
Java and .NET bindings.
--
Martin Honnen
JavaScript.FAQTs.com/">http://JavaScript.FAQTs.com/
|
|