[xmljs-users] trouble with DOMImplementation
Brought to you by:
djoham,
witchhunter
|
From: jon h. <ju...@cs...> - 2007-08-16 02:54:22
|
I'm trying to xmljs to parse some xml in a project i'm writing however
DOMImplementation always returns null for me.
$.post("p/" + $("#gettehplan").val() + "/",function(data){
alert("data is " + data)
var parser = DOMImplementation();
alert("parser is " + parser);
});
the second alert returns undefined
i'm including all of the require js files no problem but
domimplementation alway returns null
|