Skip to content

Commit

Permalink
doc(README.md): update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamska1008 committed Aug 30, 2024
1 parent 8d09dcd commit 6091f59
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@

## Features

The repo is still a work in progress and has not yet fully support XML features. Currently, it can parse xml element with attributes and PCDATA, including nested and multi-leveled elements.
The repo is still a work in progress and has not yet fully support XML features. Contributions are welcome! Read [Contribution Guide](./docs/contribution_guide.md) for more information. Turn to [issues](https://github.com/Adamska1008/myxml/issues) to see what we aims to accomplish next.

Contributions are welcome! Read [Contribution Guide](./docs/contribution_guide.md) for more information. Turn to [issues](https://github.com/Adamska1008/myxml/issues) to see what we aims to accomplish next.
### What it can do now

- Parsing nested elements with text and attributes
- Parsing document with declaration and a root element
- Parsing CDATA
- Providing parsing error message

### TODOs

Expand Down

0 comments on commit 6091f59

Please sign in to comment.