sxd-xpath

Crates.iosxd-xpath
lib.rssxd-xpath
version0.4.2
sourcesrc
created_at2015-05-15 01:29:17.968172
updated_at2018-10-31 01:55:52.085366
descriptionA Rust XML XPath library
homepage
repositoryhttps://github.com/shepmaster/sxd-xpath
max_upload_size
id2111
size247,545
Jake Goulding (shepmaster)

documentation

https://docs.rs/sxd-xpath/

README

SXD-XPath

An XML XPath library in Rust.

Linux Build Status Windows Build Status Current Version Documentation

Overview

The project is broken into two crates:

  1. document - Basic DOM manipulation and reading/writing XML from strings.
  2. 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.

Goals

This project has a lofty goal: replace libxml and libxslt.

Contributing

  1. Fork it ( https://github.com/shepmaster/sxd-xpath/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Add a failing test.
  4. Add code to pass the test.
  5. Commit your changes (git commit -am 'Add some feature')
  6. Ensure tests pass.
  7. Push to the branch (git push origin my-new-feature)
  8. Create a new Pull Request

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.

Commit count: 438

cargo fmt