RE: XInclude

If you insert <xi:include> elements into an XML document with a DTD, you
must change the DTD to reflect this (or stop validating).  After
XInclude processing, the result will in the general case not be valid
against the DTD of either of the parts.

There is no standard mechanism describing DTD validation of an Infoset,
and we expect that most users will use XML Schemas when they want to
ensure the result is valid.

Thanks,
Jonathan

> -----Original Message-----
> From: Tan Cuong Nguyen [mailto:tan-cuong.nguyen@bln1.siemens.de] 
> Sent: Thursday, October 11, 2001 4:59 AM
> To: www-xml-xinclude-comments@w3.org
> Subject: XInclude
> 
> 
> Hello,
> 
> I have some troubles of using Xinclude. Thus I write this 
> e-mail, and hope that you can help me.
> 
> I want to create a reference from a data model to another 
> one. Both of them are syntax correct and have the same DTD. 
> Can I do that with Xinclude? 
> If I can use Xinclude to create a reference, must I change my 
> DTD or add some informations into my DTD? How can I see the 
> result infoset after merge? Is there any programm to 
> facilitate this modularity?
> 
> Thank you for the answers.
> 
> Best regards,
> Tan Cuong Nguyen
> 

Received on Monday, 12 November 2001 13:07:25 UTC