We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17d8ca commit f112ebbCopy full SHA for f112ebb
1 file changed
README.md
@@ -1,8 +1,13 @@
1
# TypesXML
2
3
-Open source XML library written in TypeScript with DOM and SAX support. Implements full DTD parsing and validation.
+Open source XML library written in TypeScript with DOM and SAX support.
4
5
-Implements a SAX parser that exposes these methods from the `ContentHandler` interface:
+ - Full DTD parsing and validation.
6
+ - Full support for [OASIS XML Catalogs](https://www.oasis-open.org/committees/entity/spec-2001-08-06.html)
7
+
8
+## SAX Parser
9
10
+TypesXML implements a SAX parser that exposes these methods from the `ContentHandler` interface:
11
12
* initialize(): void;
13
* setCatalog(catalog: Catalog): void;
0 commit comments