Hi Jesse,
 
The missing XMLDecl support is a real hole.  Probably the best way to plug it is to add the attributes to DOM_Document as suggested in the DOM level 3 draft.  Beyond  DOM_Document, IDOM_Document and IDOMParser, I am not sure what the impact is, though.  If that is the extent of the impact, then it should be easy to add.
 
Lenny
 
----- Original Message -----
Sent: Tuesday, January 22, 2002 6:33 AM
Subject: RE: DOM_ IDOM_ Integration

The integration sounds pretty neat. My only concern: I need some way to create an XML declaration node for insertion into a document. I'm currently using DOM_Document::createXMLDecl(), but if another method has been made available since 1.3 (when I wrote the affected code), I can adapt. I'm not sure about the utility of DOM_Document::createDocument().

Reply via email to