/ Alan Short <[EMAIL PROTECTED]> was heard to say:
| i'm tring to insert the docbook header using a CDATA section
|
| <![CDATA[
| <!DOCTYPE book PUBLIC
| ]]>
Try this in your stylesheet instead:
<xsl:output
doctype-public "-//OASIS//DTD DocBook XML V4.1.2//EN"
doctype-system "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"/>
|
|
| <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
|
| anyone know how to turn the < to < and > to > ??
That's what it should do. You can use disable-output-escaping, but as
a general rule, it's a bad idea.
Be seeing you,
norm
--
Norman Walsh <[EMAIL PROTECTED]> | The years teach us much which the
http://www.oasis-open.org/docbook/ | days never knew.--Emerson
Chair, DocBook Technical Committee |
------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]