massedge / xpathjs

Cross-browser XPath 1.0 implementation in JavaScript.
http://www.pokret.org/products/xpathjs-javascript-based-xpath-library/
MIT License
46 stars 28 forks source link

Handle same attributes on same node #10

Open andrejpavlovic opened 12 years ago

andrejpavlovic commented 12 years ago

What should happen in this situation?

<div ns1:class="a" ns2:class="b" xmlns:ns1="http://asdf/" xmlns:ns2="http://asdf/"></div>