Jump to content

Opening XML Documents saved on my computer?


smerny

Recommended Posts

how can i do this? when i try, i keep getting:

 

<?xml version="1.0" encoding="ISO-8859-1" ?>

  <Response Method="GetWork" EstimateStatus="2" xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="bin.base64" OrigSize="117252" CompSize="40075">AAZ4SCkzB84bN3PK

 

 

etc

Link to comment
Share on other sites

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...

Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.