Skip to content

Commit f112ebb

Browse files
authored
Enhance README with SAX parser details
Added details about DTD parsing and OASIS XML Catalogs support.
1 parent f17d8ca commit f112ebb

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# TypesXML
22

3-
Open source XML library written in TypeScript with DOM and SAX support. Implements full DTD parsing and validation.
3+
Open source XML library written in TypeScript with DOM and SAX support.
44

5-
Implements a SAX parser that exposes these methods from the `ContentHandler` interface:
5+
- 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:
611

712
* initialize(): void;
813
* setCatalog(catalog: Catalog): void;

0 commit comments

Comments
 (0)