How to edit 'binary' xml file?

落花浮王杯 提交于 2019-12-24 08:46:37

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!