Reputation: 24635
I need to parse xml and main element names varies and I only need few details form XML, what is very complicated. Are there any way to parse XML with jQuery like seletors?
Upvotes: 0
Views: 393
Reputation: 15515
You might be looking for XQuery.
http://en.wikipedia.org/wiki/XQuery
Upvotes: 1