David Frey wrote:

> We are creating a NewsML/NITF doc out of our process.  The header of this
> document needs to contain an entity statement.  The very top of this
> document should look like this:

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE NewsML SYSTEM "http://nationaljournal.com/dtd/NewsML_1.2.dtd"; [
<!ENTITY % nitf SYSTEM "http://nationaljournal.com/dtd/nitf-2-5.dtd";>
%nitf;
]>

I don't know about how to serialize your XML with an internal DTD (to
include the nitf-2-5.dtd).

But it seems to me you could define a 3rd DTD file, consisting simply of
references to the NewsML and NITF DTDs, and use THAT DTD file as doctype.
i.e. you'd be amalgamating these two DTDs using a 3rd (external) DTD, rather
than trying to do it using the internal DTD in your instance documents.

HTH!

Con


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to