Jump to content

Opening XML Documents saved on my computer?


smerny

Recommended Posts

tried Chrome, IE, Adobe Reader...

 

IE is what I pasted above... this is Chrome:

 

AAZ4SCkzB84bN3PKgGhShg...etc (just skipping the first part of what shows in IE i guess

 

reader wont open it... i just need to know what I need to use to open an XML document on my computer...

It's probably something to do with this...

 

xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="bin.base64" 

 

I don't know a great deal about xslt etc, but I'd imagine that the bin.base64 represents that the contents of the tags are base64 encoded.

 

It might be base64 encoded data - try putting the garbled text into base64_decode?

 

echo base64_decode("AAZ4SCkzB84bN3PK"); ?

 

I'm not even 100% sure why you'd uses base64 - might be a way to escape the data for xml, since you won't get special character (< , &) that can break xml.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.