[jQuery] Select nodes with namespaced attribute
<div dir="ltr">I have a similar question to the one I posted here before, except this time I have no workaround.
I have an xml document as follows:
<node>
<name at:datasource="xyz">John</name>
<name>Jane</name>
</node>
I need to select all nodes that have the (at:datasource) attribute. The CSS3 selector is [at|datasource], but this doesn't seem to work in jQuery. Does anyone have any advice on how to do this?
<br clear="all">
--
Luke Van In
Alio Technologies
<a href="http://www.aliotech.com" target="_blank">www.aliotech.com</a>
</div>