XInclude Validation Errors

Utilizing oXygen 5.1 with Docbook 4.4b2 DTD and XSL 1.67.2 with the default oXygen Xalan transformer. A document validation check produces the following error: Element type "xi:include" must be declared along with a couple of related error messages. XInclude Processing is enabled utilizing Options | Preferences | XML Parser Options Docbook files compile correctly utilizing XInclude but the errors during the document validation are irritating. Please advise. -- Ray Miller

On Monday 10 January 2005 17:35, Ray Miller wrote:
A document validation check produces the following error:
Element type "xi:include" must be declared
along with a couple of related error messages.
XInclude Processing is enabled utilizing Options | Preferences | XML Parser Options
Docbook files compile correctly utilizing XInclude but the errors during the document validation are irritating.
Ray, Define the DocType Decl as follows: <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ <!ENTITY % xinclude SYSTEM "path/to/oxygen/frameworks/xinclude.mod"> %xinclude; ]> You can also see this if you start a new Docbook document with XInclude support. Hope this helps. -- Sean Wheller sean@enbaya.co.za http://www.enbaya.co.za
participants (2)
-
Ray Miller
-
Sean Wheller