Thank you for the input Conal.  That is definitely on way to handle the
problem!  We were hoping to have a solution that would generate the same
output as the listing given since we have been generating content with that
header - for consistency - but this would seem to definitely work.

Thanks again for your time and interest!

Best,

David 


On 3/17/05 7:22 PM, "Conal Tuohy" <[EMAIL PROTECTED]> wrote:

> 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]
> 


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

Reply via email to