We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf96b7 commit c54a9aeCopy full SHA for c54a9ae
1 file changed
README.md
@@ -2,6 +2,18 @@
2
3
Java library for handling XML in [Maxprograms](https://maxprograms.com) projects.
4
5
+Although standard XML handling in Java is good, this library has features not available in Java SE:
6
+
7
+- Working support for [OASIS XML Catalogs](https://www.oasis-open.org/committees/entity/spec.html)
8
+- Default attribute values resolution when parsing XML files with RelaxNG grammars
9
+- XML indenter
10
+- XML characters validation
11
12
+Features in development:
13
14
+- DTD parser
15
+- Common XML Grammar handler for DTD, XML Schema and RelaxNG
16
17
## Building
18
19
You need Java 17 and [Apache Ant 1.10.12](https://ant.apache.org) or newer
0 commit comments