On Thu, 19 Jun 2003, Koos Vriezen wrote: > var xmldoc = document.implementation.createDocument("", "url", null); > > seems to work.. This is nonsense, it will make a document with one child (the url). > > Koos >