Samirla / xmlview

Powerful XML viewer for Google Chrome and Safari
MIT License
329 stars 75 forks source link

Any possibility of supporting jQuery selector? #64

Open eGust opened 7 years ago

eGust commented 7 years ago

XPath is hard to remember, CSS selectors are much easier for most people. cheerio supports parsing XML with option { xmlMode: true }. Is that possible to support CSS style selectors?

sergeche commented 7 years ago

Yes, will try with CSS selectors