[
Lists Home |
Date Index |
Thread Index
]
Have you tried the disable-output-escaping attribute on the text and
value-of instructions?
See http://www.w3.org/TR/xslt#disable-output-escaping.
Don't know without seeing your source or stylesheet, but it might work for
you. It also depends on you processor, because support for
disable-output-escaping varies.
Also, http://www.mulberrytech.com/xsl/xsl-list/index.html is the best place
to ask XSLT questions, but it's okay here too.
Mike
-----Original Message-----
From: Sascha Pogacar (XPECT MEDIA) [mailto:sascha.pogacar@xpect-media.de]
Sent: Thursday, May 22, 2003 8:05 AM
To: xml-dev@lists.xml.org
Subject: [xml-dev] suppression of the transformation of character entities
in XSLT?
Hello, I encounter a xslt-problem, which should be easy, but I dont find an
solution.
I have some XML-Files which I am processing through an XSLT (on an IIS5 with
MSXML 4.0) to split the files into various different other XML-Files.
My problem is the automatic transformation of the charachter entities like
&#nnnn; into whatever character they represent, with the result of skrewed
up content in the end.
Is there someone out there who knows a solution for this, without using
CDATA.
thanks
Sascha Pogacar
|