2022-03-12 14:09:18 -05:00
|
|
|
## XML
|
|
|
|
|
|
|
|
This module contains articles about eXtensible Markup Language (XML)
|
|
|
|
|
2022-03-16 09:29:59 -04:00
|
|
|
### Relevant Articles:
|
|
|
|
|
|
|
|
- [Pretty-Print XML in Java](https://www.baeldung.com/java-pretty-print-xml)
|
2023-05-27 06:23:08 -04:00
|
|
|
- [Validate an XML File Against an XSD File](https://www.baeldung.com/java-validate-xml-xsd)
|
2023-06-01 20:38:24 -04:00
|
|
|
- [Converting JSON to XML in Java](https://www.baeldung.com/java-convert-json-to-xml)
|
2023-11-05 01:30:32 -04:00
|
|
|
- [Convert an XML Object to a String in Java](https://www.baeldung.com/java-convert-xml-object-string)
|
2023-11-05 01:35:00 -04:00
|
|
|
- [Convert String Containing XML to org.w3c.dom.Document](https://www.baeldung.com/java-convert-string-xml-dom)
|
2023-11-24 08:31:16 -05:00
|
|
|
- [How to Parse XML to HashMap in Java](https://www.baeldung.com/java-xml-read-into-hashmap)
|