CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2002
    Location
    USA
    Posts
    18

    Binary Data in XML

    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

  2. #2
    Join Date
    Mar 2003
    Location
    Germany, K-Town
    Posts
    578
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured