Anyone know or made an XML parsing plugin yet?
What I need is a plugin that can grab an XML file/url/string and let me traverse thru the tree and grab/add/edit certain nodes. And ofcourse write the tree back into an XML string.
I’ve been looking at the dom4j bean and it seems quite nice. Also the built-in XSL support is a BIG plus (and it’s open-source).
But ofcourse is not usable for Servoy in this form.
Maybe an idea for any plugin coder to make a wrapper for this bean?