“XML Tools”->"pretty print""/> “XML Tools”->"pretty print"">
首页 > 开发工具 > 记事本 > notepad++如何把混乱的xml格式化

notepad++如何把混乱的xml格式化

(*-*)浩
发布: 2019-08-21 15:53:25
原创
3117 人浏览过

最近在进行hbase配置文件的修改之后,发现xml文件的格式很不美观,然后,在网上找了些方法,实测,通过notepad++的xml tools插件就可达到美化效果。

notepad++如何把混乱的xml格式化

操作过程:(推荐学习:notepad++

1.以下为原xml文件的格式效果

<configuration><property><name>hbase.rootdir</name><value>file:///root/hbase-data/hbase</value></property><property><br><name>hbase.cluster.distributed</name><value>true</value></property><property><name>hbase.zookeeper.quorum</name><br><value>redhat6,standby,hadoop3</value></property><property><name>hbase.zookeeper.property.dataDir</name><value>/opt/hbase-1.3.0/tmp/zk/data</value><br></property><property><name>hbase.regionserver.wal.codec</name><value>org.apache.hadoop.hbase.regionserver.wal.IndexedWALEditCodec</value></property><property><br><name>hbase.region.server.rpc.scheduler.factory.class</name><value>org.apache.hadoop.hbase.ipc.PhoenixRpcSchedulerFactory</value><br><description>Factory to create the Phoenix RPC Scheduler that uses separate queues for index and metadata updates</description></property><property><br><name>hbase.rpc.controllerfactory.class</name><value>org.apache.hadoop.hbase.ipc.controller.ServerRpcControllerFactory</value><br><description>Factory to create the Phoenix RPC Scheduler that uses separate queues for index and metadata updates</description></property></configuration><br>
登录后复制

备注:发现很不美观。

2.将以上内容放入一个文档中,点击notepad++工具顶部上的"插件(P)"->“XML Tools”->"pretty print(XML only -with line breaks)"

修改后效果如下:

<configuration><br>    <property><br>        <name>hbase.rootdir</name><br>        <value>file:///root/hbase-data/hbase</value><br>    </property><br>    <property><br>        <name>hbase.cluster.distributed</name><br>        <value>true</value><br>    </property><br>    <property><br>        <name>hbase.zookeeper.quorum</name><br>        <value>redhat6,standby,hadoop3</value><br>    </property><br>    <property><br>        <name>hbase.zookeeper.property.dataDir</name><br>        <value>/opt/hbase-1.3.0/tmp/zk/data</value><br>    </property><br>    <property><br>        <name>hbase.regionserver.wal.codec</name><br>        <value>org.apache.hadoop.hbase.regionserver.wal.IndexedWALEditCodec</value><br>    </property><br>    <property><br>        <name>hbase.region.server.rpc.scheduler.factory.class</name><br>        <value>org.apache.hadoop.hbase.ipc.PhoenixRpcSchedulerFactory</value><br>        <description>Factory to create the Phoenix RPC Scheduler that uses separate queues for index and metadata updates</description><br>    </property><br>    <property><br>        <name>hbase.rpc.controllerfactory.class</name><br>        <value>org.apache.hadoop.hbase.ipc.controller.ServerRpcControllerFactory</value><br>        <description>Factory to create the Phoenix RPC Scheduler that uses separate queues for index and metadata updates</description><br>    </property><br></configuration><br>
登录后复制

注意:如果notepad++不存在XML Tools插件,需要自行进行插件的下载和安装。

以上是notepad++如何把混乱的xml格式化的详细内容。更多信息请关注PHP中文网其他相关文章!

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
作者最新文章
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板