"Swanson, Brion" wrote:
> 
> Doesn't that go against the DOM spec to create a Document with no document
> element?

Could be.  IIRC I don't think DOM L1 had a method for creating a
Document object.  Then JAXP 1.0 added a way to do this.  Then DOM L2
came out and provided a somewhat incompatible way to do it.  Someone
correct me if I'm wrong.

If you want an empty Document object, then I'd say you can just use JAXP
to do it instead of DOM.  What problems are you having with this
solution?

-Edwin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to