← Prev in month ← Prev in thread

DOCBOOK: XML to XML and entities

From
<>
Date
2001-01-13T12:11:37+00:00
ID
Thread
DOCBOOK: XML to XML and entities
I am doing an XML to XML transformation.

If I put the following into my XSL file, entities such as &mdash; create 
gibberish characters in the new XML file:

                 <xsl:output method="xml" />

If I replace the output method with "html" the entities work fine but the 
processing instructions no longer have the correct format.  For example - I 
get the following line without the ? for the closing tag:

                <?xml:stylesheet type="text/xsl" href="ae_toc.xsl">

I am using XT.

Any ideas?    Thanks very much, Freda
← Prev in month ← Prev in thread