diff --git a/xml-2/README.md b/xml-2/README.md index cc60ae2764..e9c1a07586 100644 --- a/xml-2/README.md +++ b/xml-2/README.md @@ -8,3 +8,4 @@ This module contains articles about eXtensible Markup Language (XML) - [Validate an XML File Against an XSD File](https://www.baeldung.com/java-validate-xml-xsd) - [Converting JSON to XML in Java](https://www.baeldung.com/java-convert-json-to-xml) - [Convert an XML Object to a String in Java](https://www.baeldung.com/java-convert-xml-object-string) +- [Convert String Containing XML to org.w3c.dom.Document](https://www.baeldung.com/java-convert-string-xml-dom)