XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Re: [xml-dev] including another xml file (without a DTD)

On 29/11/2010 15:06, trubliphone wrote:
> Hello.
>
> I have a big XML file I would like to split up into smaller XML 
> files.  I know that this can be done using an entity inside a DTD:
>
> <!DOCTYPE novel SYSTEM "foo.dtd" [
> <!ENTITY bar SYSTEM "bar.xml">
> ]>
>
> But, I am using Schemas.  Is there still a way for me to do this?
>
> Thanks.
>
Yes, there is still a way to do it: use DTDs. There's no problem using a 
schema for validation and a DTD for entity expansion.

Alternatively, use XInclude, which gives you far more control, for 
example it allows you to do transformations on the XML without the 
"entities" being expanded.

Michael Kay
Saxonica


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS