hi Brian,

oooops... i've assumed you deal with an external DTD, i have no idea how to
deal
with an internal doctype definition. I hope the crew can help you with this
issue.

cheers,

Peter

> -----Urspr�ngliche Nachricht-----
> Von: Hand, Brian [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 4. April 2002 19:04
> An: '[EMAIL PROTECTED]'
> Betreff: Thanks for your help
> 
> 
> Thanks that seemed to do the trick however it did raise 
> another issue.  Can
> you embed a DTD inline into a XML file via OutputFormat.
> 
> something like this:
> 
> <?xml version="1.0"?>
> <!DOCTYPE person [
>       <!ELEMENT first_name (#PCDATA)>
>       <!ELEMENT last_name (#PCDATA)>
>       <!ELEMENT profession (#PCDATA)>
>       <!ELEMENT name (first_name, last_name)>
>       <!ELEMENT person ( name, profession*)>
> ]>
> <person>
> 
> .....
> 
> </person>
> 
> Otherwise how would you do this?
> 
> Thanks again
> Brian
> 
> ---------------------------------------------------------------------
> 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