[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
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