@webr3 Wow. Literally all libs from http://bit.ly/icJHpn ? If so, bummer! What’s the most advanced XML lib then? Can the feature be added?
@webr3 Didn’t check namespaces yet, sorry. Did you consider adding xhr.responseXML to your xhr implementation using e.g. node-o3-fastxml?
@cramforce Have to use XML from an academic “legacy” Web service. Good thing is: after last nite’s code session I offer the service w/ JSON.
@cramforce Main issue for a node.JS newbie: find, e.g., /the/ XML lib or /the/ XHR lib (prior tweets for my findings). Plus not all on npm.
After some struggling found node-o3-fastxml http://bit.ly/gQJv3f to be a node.JS XML lib that mostly works like DOMParser.