Update README.md

This commit is contained in:
johnA1331
2019-10-15 16:09:18 +08:00
committed by GitHub
parent 2b58354145
commit 50d1feae2e

View File

@@ -10,3 +10,4 @@ This module contains articles about eXtensible Markup Language (XML)
- [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)
- [Parsing an XML File Using StAX](https://www.baeldung.com/java-stax)