Hi,

Is there a way to pick up namespaced elements in jQuery?

e.g.

$("namespace:MyElement",myDOMDocument);

I know that the above example would work if the namespace was declared at
the top of the DOM Document (as the default namespace) as:

$("MyElement",myDOMDocument);

but unfortunately the documents I'm trying to parse are coming from a 3rd
Party APIs which are using different namespaces all over.

Looking in the jQuery code I can see it uses getElementsByName() and not
getElementsByNameNS(). 
Is there a simple solution or does jQuery need to be changed?

Regards, Richard.

-- 
View this message in context: 
http://www.nabble.com/DOM-Namespaces-tf2596424.html#a7242278
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to