Zack Angelo wrote:
> Thanks for the link.  Xalan/C2 doesn't seem to like <xsl:output
> doctype-public="..."> too much. However, the page you posted let me to
> another solution that works as well:
> 
> <xsl:text disable-output-escaping="yes">
> <![CDATA[

You should *not* do this, and please refrain from calling
it a solution. Do *not* use disable-output-escaping
unless you have a deep knowledge of the XML standard family
and you *really* know what you are doing.

I had no trouble using doctype-public with various versions
of Xalan. You know that you have to specify doctype-system
too if you are using doctype-public, otherwise you would
be generating invalid XML.

J.Pietschmann


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to