Re: [xml-dev] Interoperability

From
Ronald Bourret <>
To
Date
2001-11-15T21:54:03Z
ID
<>
Thread
Re: [xml-dev] Interoperability
David Megginson wrote:
>  just make sure that you strip off DOCTYPE (and resolve
> any defaulted attribute values) before the document goes out the door.

Agreed. In my case, since I don't have control over the people who
generate the documents I process, I gave up on defaulted attribute
values altogether (even though the DTD uses them) and added the defaults
to the application. Annoying, but guaranteed to work.

-- Ron