mayhem_sci
03-15-2003, 01:36 PM
I'm trying to load text from an XML file into a layer using innerHTML. Basically I just let the layer.innerHTML be equal to the nodevalue of some XML node. The problem is things like the apostrophe sign which I simply typed into the XML file is interpreted as &apos when written into the layer. Anyway to let my layer know it is loading text encoded in unicode?