java-tutorials/xml-2/README.md

10 lines
358 B
Markdown
Raw Normal View History

## XML
This module contains articles about eXtensible Markup Language (XML)
2022-03-16 21:29:59 +08:00
### Relevant Articles:
- [Pretty-Print XML in Java](https://www.baeldung.com/java-pretty-print-xml)
2023-05-27 15:53:08 +05:30
- [Validate an XML File Against an XSD File](https://www.baeldung.com/java-validate-xml-xsd)
2023-06-02 08:38:24 +08:00
- [Converting JSON to XML in Java](https://www.baeldung.com/java-convert-json-to-xml)