0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added filter. Changed function signature to dyn instead of impl. More... over 2 years ago
Merge remote-tracking branch 'origin/dev' into ParserDev3 More... over 2 years ago
bugfix More... over 2 years ago
Rough draft for namespace handling. Still failing critical tests. More... over 2 years ago
Added step function More... over 2 years ago
Added compose function More... over 2 years ago
Added sequence and context functions More... over 2 years ago
Implemented literal combinator More... over 2 years ago
Initial checkin of transformation combinator More... over 2 years ago
Update stylesheet mapping More... over 2 years ago
Namespaces aren't attributes, now filtering those. More... over 2 years ago
Started work on enhanced errors for parsing instead of an character indeex. More... over 2 years ago
Merge branch 'dev' of https://github.com/ballsteve/xrust into dev More... over 2 years ago
Added insert_before More... over 2 years ago
Merge pull request #44 from ballsteve/ParserDev2 More... over 2 years ago
Parser struct bugfix, as well as fixes to some failing conformance tests, checking now for invalid chars. More... over 2 years ago
Cargo clippy fixes. More... over 2 years ago
merging More... over 2 years ago
cargo fmt More... over 2 years ago
Changed include argument to be a closure, instead of an Option. Updated tests. More... over 2 years ago
Completed XSLT integration tests, except include/import More... over 2 years ago
Fix literal text More... over 2 years ago
Added XML Namespace resolution More... over 2 years ago
Fixing stylesheet test More... over 2 years ago
Convert xslt module to use Item::Node trait More... over 2 years ago
Added Node::get_attribute More... over 2 years ago
Add is_same method to Node. Eliminate duplicates in path expression. More... over 2 years ago
All tests working (not necessarily passing) More... over 2 years ago
Added XPath tests More... over 2 years ago
Setup generic testing. Setup testing for intmuttree Node type. More... over 2 years ago