react-native-xml icon indicating copy to clipboard operation
react-native-xml copied to clipboard

Android support?

Open RamonGebben opened this issue 10 years ago • 1 comments

It would be great if this would support android as wel.

RamonGebben avatar Nov 26 '15 11:11 RamonGebben

Yep, unfortunately I don't know anything about Android development, so pull requests are welcome.

Another thing that you could try to use https://github.com/jindw/xmldom, which allows to parse XML using pure JavaScript, so JavaScriptCore should be supported.

Regarding XPath - you can try this library https://www.npmjs.com/package/xpath

I'm not sure if it will work - but in theory it should :)

artemyarulin avatar Nov 26 '15 11:11 artemyarulin