XInclude causing problems with certain tags
Posted: Mon Dec 20, 2004 8:05 am
Hey gang,
I've got a weird thing happening with oXygen and I can't figure out what's going on. I have a technical manual I'm writing in DocBook, with each chapter and appendix as a separate XML file, which are all grouped together in a master XML file using <xi:include> tags.
If I produce HTML from the individual files, it transforms successfully. If I try to do the master XML file, I get the following error:
This occurs at the first instance of a <programlisting> tag (or <literallayout> or <screen> or any other literal tag, it seems). I can't figure out for the life of me why its doing this, as each page transforms successfully by itself.
Any clues? Hints? Advice?
I've got a weird thing happening with oXygen and I can't figure out what's going on. I have a technical manual I'm writing in DocBook, with each chapter and appendix as a separate XML file, which are all grouped together in a master XML file using <xi:include> tags.
If I produce HTML from the individual files, it transforms successfully. If I try to do the master XML file, I get the following error:
Code: Select all
SystemID: null
Description: E org.xml.sax.SAXParseException: Error attempting to parse XML file (href='chapters/ch03-static-html.xml').
Any clues? Hints? Advice?