Ctrl+Shift+F 无法格式化xml文件

来源:互联网 发布:淘宝大图轮播代码 编辑:程序博客网 时间:2024/05/21 19:34

      今天做项目时出现xml文件无法使用Ctrl+Shift+F格式化的问题,出现  "Format" did not complete normally.  Please see the log for more information“.


      这可能是因为<web-app></web-app>中有些空格所致,试着将其删掉,或者可以将内容全部删除,然后重新粘贴即可完美解决。

0 0