I’ve been trying to find a good XML library that is actually maintained. As much as I don’t like it, I keep getting dragged back to xml2js
. It’s the only one I know of that can handle attributes.
Yet it’s also written in an old version of Coffescript and uses a test package I’ve never heard of. Not to mention has a few weird nested data bugs.
I’m using XML to do game source code conversion things. It’s be great if there was another library or something built in I could use.