Update README.md

This commit is contained in:
johnA1331
2019-10-15 16:47:04 +08:00
committed by GitHub
parent b3e35da729
commit 25f0d92073

View File

@@ -6,7 +6,7 @@ This module contains articles about eXtensible Markup Language (XML)
- [Intro to XPath with Java](https://www.baeldung.com/java-xpath)
- [Introduction to JiBX](https://www.baeldung.com/jibx)
- [XML Libraries Support in Java](https://www.baeldung.com/java-xml-libraries)
- [DOM parsing with Xerces](https://www.baeldung.com/java-xerces-dom-parsing)
- [Working with XML Files in Java Using DOM Parsing](https://www.baeldung.com/java-xerces-dom-parsing)
- [Write an org.w3.dom.Document to a File](https://www.baeldung.com/java-write-xml-document-file)
- [Modifying an XML Attribute in Java](https://www.baeldung.com/java-modify-xml-attribute)
- [Convert XML to HTML in Java](https://www.baeldung.com/java-convert-xml-to-html)