Skip to content

Commit 9463984

Browse files
authored
Update README to remove development features and limitations
Removed features in development and limitations sections from README.
1 parent 01b5a54 commit 9463984

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@ Implements a SAX parser that exposes these methods from the `ContentHandler` int
2424

2525
Class `DOMBuilder` implements the `ContentHandler` interface and builds a DOM tree from an XML document.
2626

27-
## Features currently in development
28-
29-
* Parsing of DTDs and internal subsets from <!DOCTYPE>
30-
31-
## Limitations
32-
33-
* Validation not supported yet
34-
* Default values for attributes are not set when parsing an element
35-
3627
## On the Roadmap
3728

3829
* Support for XML Schemas

0 commit comments

Comments
 (0)