OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Combining external entities with DTDs



Hi,

I've got an XML document that refers to an external DTD, such as:

<!DOCTYPE Page SYSTEM "cfl.dtd">
<Page>
...
</Page>

Now I'd like to include content from external document using external
entities.

Can I declare the external entitity in the header of my XML instance file
without having to modify the DTD?

Thanks,

Julian