问题
It's not really a programming question but I want to edit some of the 'binary' xml files on windows.So could someone suggest me a standalone viewer/editor for 'binary' xml file? Thanks.
EDIT
Binary xml
回答1:
- FI can help you, you can check this video (You can convert Binary XML to XML, edit XML, you can convert XML to Binary XML),
- it is not free but you can check stylus,
- maybe Jujuedit can help you,
回答2:
What are you expecting to be able to edit?....If you open the file and you get squares for the characters, then it is likely that the bytes do not correspond to a character in the default charset of the editor you are using, so it is unlikely that you could view or make meaningful edits to the file anyway
回答3:
Binary XML files have been around a long time. They are typically used in programs where the response times of text based xml files is insufficient - like LiDAR, Sonar, or Scan data. https://en.wikipedia.org/wiki/Binary_XML
来源:https://stackoverflow.com/questions/1913318/how-to-edit-binary-xml-file