Click to See Complete Forum and Search --> : Binary Data in XML


SutapaDasgupta
March 12th, 2003, 05:33 PM
Hi,

My problem is I have an XML which has Binary data. This XML was created by base64 encoding
nodeelement .dataType = "bin.base64"

Now I want to load this XML and parse it. Because it contains binary data "loadxml" fails.

Any suggestions in this...

SDG

matthias_k
March 26th, 2003, 04:22 AM
I'm new to XML as well, but... You said "loadxml" failed. AFAIK "loadxml" only loads XML commands from a string in the memory.

You must use the "load" function to load a local or remote file.