Javascript / XML

Koos Vriezen koos.vriezen at xs4all.nl
Thu Jun 19 22:06:16 BST 2003


On Thu, 19 Jun 2003, Shawn P. Garbett wrote:

> Is document.load a standard function? If not, how do I load a document in
> "standard" javascript?

I'm no expert on this but check w3c and/or read headers from kdelbs/khtml/dom

>      // Create a new Document object
>       var xmldoc = document.implementation.createDocument("", "", null);
>       xmldoc.load(url);

var xmldoc = document.implementation.createDocument("", "url", null);

seems to work..

Koos




More information about the kfm-devel mailing list