An XML library in Rust.
The project is currently broken into two crates:
document
- Basic DOM manipulation and reading/writing XML from strings.xpath
- Implementation of XPath 1.0 expressions.
There are also scattered utilities for playing around at the command line.
In the future, I hope to add support for XSLT 1.0.
This project has two goals, one more achievable than the other:
- Fork it ( https://github.com/shepmaster/sxd-document/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Add a failing test.
- Add code to pass the test.
- Commit your changes (
git commit -am 'Add some feature'
) - Ensure tests pass.
- Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request