一些网站

http://www.dom4j.org/dom4j-1.6.1/

http://dom4j.github.io/

https://github.com/dom4j/dom4j

<!-- https://mvnrepository.com/artifact/dom4j/dom4j -->
<dependency>
    <groupId>dom4j</groupId>
    <artifactId>dom4j</artifactId>
    <version>1.6.1</version>
</dependency>

git

https://github.com/dom4j/dom4j.git

examples

https://github.com/dom4j/dom4j/tree/master/src/example/java/org/dom4j/samples

examples list

原文地址:https://www.cnblogs.com/zno2/p/5688548.html