newbie
newbie

Reputation: 24635

Are there jQuery like selectors for XML parsing?

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

Answers (2)

newbie
newbie

Reputation: 24635

I solved this with using HTML parser jsoup (http://jsoup.org/).

Upvotes: 1

zwippie
zwippie

Reputation: 15515

You might be looking for XQuery.

http://en.wikipedia.org/wiki/XQuery

Upvotes: 1

Related Questions