>>>>> "Ben" == Ben Pope <[EMAIL PROTECTED]> writes:
Ben> Try being a bit more specific, I still don't know what it is
Ben> that you intend to do.
Ben> I have no idea why you created a DTD for the entity.
Ben> If you want to output html by writing it inside your XSLT as
Ben> you would in an editor, without having to worry about the
Ben> parser parsing it, or the serialiser playing with it, do
Ben> this:
Ben> <xsl:text disable-output-escaping="yes"><![CDATA[ <!--
Ben> and other html stuff -->]]></xsl:text>
Ben> The CDATA section makes the parser leave it alone, and the
Ben> DOE makes the serialiser leave it alone.
No it doesn't - the processor is not required to honour DOE.
--
Colin Paul Adams
Preston Lancashire
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]