From 6091f59fc047b55b750f6d69d647ab875bb1a94d Mon Sep 17 00:00:00 2001 From: adamska <2639980868@qq.com> Date: Sat, 31 Aug 2024 00:05:25 +0800 Subject: [PATCH] doc(README.md): update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22eae9b..9eb39ef 100644 --- a/README.md +++ b/README.md @@ -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