round-tripping xml to javascript objects without losing data or corrupting it

aleti

New Member
I need to get some XML, convert it to javascript, muck around with it, and convert it back to XML. I'm working in Node.js.Currently, if I round trip it from XML to Javascript objects, then back to XML, I end up with a bunch of characters that are screwy (an apostrophe might look like this: a
 
Back
Top