From d30cbb5ade799325af2f5dfee73219a8bb151126 Mon Sep 17 00:00:00 2001 From: adamska <2639980868@qq.com> Date: Fri, 30 Aug 2024 22:21:20 +0800 Subject: [PATCH] doc(README.md): TODOs --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7be0f84..5b4e265 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,13 @@ 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. +### TODOs + +- Implement XML Namespace Parsing +- Add XPath Support +- Integrate DTD/XML Schema Validation +- Refactor for Zero-Copy Efficiency + ## Build The `cmake install` command is not yes implemented. You can include the repo as a sub directory of your project and use `add_subdirectory()` to use the `myxml` target.