Yes, that approach works for me. I can get namespaced element then apply jQuery functions to them afterwards which is what I wanted. Thanks. :-)
dave.methvin wrote: > > > Here's another thought...you could pass jQuery the nodes you manually > select > with getElementsByNameNS or the other NS functions. Would that be good > enough for your situation? > > $( myXML.getElementsByNameNS(...) ) > > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > > -- View this message in context: http://www.nabble.com/DOM-Namespaces-tf2596424.html#a7250213 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
