Skip to content

Commit c54a9ae

Browse files
committed
Updated README.md
1 parent 9bf96b7 commit c54a9ae

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
Java library for handling XML in [Maxprograms](https://maxprograms.com) projects.
44

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+
517
## Building
618

719
You need Java 17 and [Apache Ant 1.10.12](https://ant.apache.org) or newer

0 commit comments

Comments
 (0)