Files
java-tutorials/xml-2/README.md
T

9 lines
272 B
Markdown
Raw Normal View History

2022-03-12 20:09:18 +01:00
## 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)
2022-07-21 13:51:43 +05:00
- [Validate an XML File against an XSD File](https://www.baeldung.com/java-validate-xml-xsd)