java-tutorials/xml-2/README.md
2025-04-29 18:13:05 -04:00

19 lines
1.0 KiB
Markdown

## XML
This module contains articles about eXtensible Markup Language (XML)
### Relevant Articles:
- [Convert String Containing XML to org.w3c.dom.Document](https://www.baeldung.com/java-convert-string-xml-dom)
- [How to Parse XML to HashMap in Java](https://www.baeldung.com/java-xml-read-into-hashmap)
- [Convert an XML File to CSV File](https://www.baeldung.com/java-convert-xml-csv)
- [Invalid Characters in XML](https://www.baeldung.com/java-xml-invalid-characters)
- [How to Convert XML to PDF](https://www.baeldung.com/java-xml-pdf-conversion)
- [How to Convert org.w3c.dom.Document to String in Java](https://www.baeldung.com/java-convert-org-w3c-dom-document-string)
- [Introduction to JiBX](https://www.baeldung.com/jibx)
- [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)
- - More articles: [[prev -->]](../xml)