S
Soren Kuula
Hi,
I want to include som XML and DTD files into a DocBook document .. and I
want the contents to remain unparsed. Sort of, instead of cpoying and
pasting the code into the DocBook document :
<programlisting>
<![CDATA[blah blah blah]]>
</programlisting>
I want
<!DOCTYPE ..... [
<!ENTITY blahfile SYSTEM "blahfile.dtd">
]>
<programlisting>
<![CDATA[&blahfile;]]>
</programlisting>
Of course the above does not expand the entity; just evaluates to its
name. But it should give in idea of what I am trying to do.
Any way ?
Soren
I want to include som XML and DTD files into a DocBook document .. and I
want the contents to remain unparsed. Sort of, instead of cpoying and
pasting the code into the DocBook document :
<programlisting>
<![CDATA[blah blah blah]]>
</programlisting>
I want
<!DOCTYPE ..... [
<!ENTITY blahfile SYSTEM "blahfile.dtd">
]>
<programlisting>
<![CDATA[&blahfile;]]>
</programlisting>
Of course the above does not expand the entity; just evaluates to its
name. But it should give in idea of what I am trying to do.
Any way ?
Soren