java-tutorials/xml-2/README.md

9 lines
272 B
Markdown
Raw Normal View History

## 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)