Next in thread → Next in month →

Re: [xml-dev] including another xml file (without a DTD)

From
trubliphone <>
To
Michael Kay <>
Date
2010-11-29T23:40:18Z
ID
<AANLkTi=>
Thread
Re: [xml-dev] including another xml file (without a DTD)
Thanks for this. 

Using XInclude worked fine.  I am writing an application for eXist, and I couldn't upload files that required external entities to the db.

Regards.

On Mon, Nov 29, 2010 at 7:35 AM, Michael Kay <[email protected]> wrote:
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


_______________________________________________________________________

XML-DEV is a publicly archived, unmoderated list hosted by OASIS
to support XML implementation and development. To minimize
spam in the archives, you must subscribe before posting.

[Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
Or unsubscribe: [email protected]
subscribe: [email protected]
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php


Next in thread → Next in month →