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]