D
D. Alvarado
Hi,
I cannot seem to preserve my XML entities when I transform to HTML.
For example, I want to transform a document containing
ā
and I would like that exact string to appear in
the resulting HTML. Unfortunately, during the
XML -> HTML, the "ā" gets
converted to an actual character. When I tried using
<![CDATA[ā]]>
the following was in the HTML file
&#257;
What is your advice regarding how to preserve
these entities?
Much thanks, - Dave
I cannot seem to preserve my XML entities when I transform to HTML.
For example, I want to transform a document containing
ā
and I would like that exact string to appear in
the resulting HTML. Unfortunately, during the
XML -> HTML, the "ā" gets
converted to an actual character. When I tried using
<![CDATA[ā]]>
the following was in the HTML file
&#257;
What is your advice regarding how to preserve
these entities?
Much thanks, - Dave