Replies: 1 comment
-
I would suggest adding a .NET object that does this. How about XMLDocument? Try it out and see if this does what you want. To make some calls more friendly in the JS environment you may even want to create your own wrapper around say XMLDocument. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need parse some XML data in javascript. How can I do that? DOMParser is not accessible in Jint.
Beta Was this translation helpful? Give feedback.
All reactions