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