Splitting XML files
Posted: Tue Aug 30, 2005 5:59 pm
I am used to splitting my docbook xml files in to several files using
<!ENTITY chapter1 SYSTEM "chapter1.xml">
and then referencing it in the document using
&chapter1;
but this way <oXygen/> does not know that chapter1.xml is in fact part of a docbook document so tags are not identified.
How should I deal with this?
/Johannes
<!ENTITY chapter1 SYSTEM "chapter1.xml">
and then referencing it in the document using
&chapter1;
but this way <oXygen/> does not know that chapter1.xml is in fact part of a docbook document so tags are not identified.
How should I deal with this?
/Johannes