issues
search
RazrFalcon
/
roxmltree
Represent an XML document as a read-only tree.
Apache License 2.0
434
stars
37
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Maintenance help
#123
RazrFalcon
closed
1 month ago
2
Error parsing XML with unknown entity reference in ©
#122
szy1231
closed
4 months ago
1
RFC: Add note on availability of serde-roxmltree as an additional API layer.
#121
adamreichold
closed
5 months ago
1
Add `range_qname` and `range_value` methods to `Attribute`.
#120
Jayonas
closed
6 months ago
2
Add `Attribute.range()` method; deprecate `Attribute.position()`.
#119
Jayonas
closed
6 months ago
0
Profile-Guided Optimization (PGO) benchmark results
#118
zamazan4ik
closed
6 months ago
5
Problem with text_storage as_str function - it causes a borrow?
#117
kavika13
closed
7 months ago
2
What would I do if I wanted to modify the tree and write to a new file?
#116
Tameflame
opened
8 months ago
1
Making the tokenizer public?
#115
udoprog
closed
10 months ago
5
please document serialization
#114
makoConstruct
closed
10 months ago
2
Expose byte range(s) for attributes?
#113
Jayonas
closed
6 months ago
5
Text node end position is broken when CDATA is present
#112
RazrFalcon
opened
1 year ago
0
Merge `xmlparser` into this crate
#111
RazrFalcon
closed
1 year ago
0
Fallback for platforms without pointer atomics
#110
dragazo
closed
1 year ago
6
Don't split characters into bytes for processing
#109
WhyNotHugo
closed
1 year ago
5
Encoding gets messed up for CDATA
#108
WhyNotHugo
closed
1 year ago
4
[N00b Question] Why use `Document::parse` instead of `Document::try_from`?
#107
ds-ak
closed
1 year ago
2
Fix xmlparser features for no_std build
#106
wenyuzhao
closed
1 year ago
1
Add support for custom entity definitions in ParsingOptions
#105
nihilox
opened
1 year ago
3
attribute() cannot find attributes with colon in names
#104
sayanb
closed
1 year ago
1
`\r` should be processed inside CDATA as well
#103
RazrFalcon
closed
1 year ago
2
roxmltree::Node::text swallows `\r`
#102
WhyNotHugo
closed
1 year ago
10
Avoid redundant tuple layer for ExpandedName::from_static
#101
adamreichold
closed
1 year ago
7
Add a const constructor for ExpandedName
#100
WhyNotHugo
closed
1 year ago
5
Attribute value position/range no longer available since v0.16
#99
MoSal
closed
1 year ago
2
resolve_href cost too long when parse complex svg
#98
wjian23
closed
1 year ago
0
Dealing with malformed documents
#97
kavika13
closed
1 year ago
3
End position of elements
#96
ctron
closed
1 year ago
5
Runtime-controlled sharing of attribute values
#95
adamreichold
closed
1 year ago
1
Use ref-counted owned strings.
#94
RazrFalcon
closed
1 year ago
11
Expose 'input lifetime where it is the backing lifetime.
#93
adamreichold
closed
1 year ago
2
Replace &'a str by &'a Cow<'input, str> where this is the backing data type.
#92
adamreichold
closed
1 year ago
1
Add Node::children_elements
#91
RazrFalcon
closed
1 year ago
3
Possibly incorrect "children()" behaviour
#90
ChillyVanilly77
closed
1 year ago
7
Use consistent debug impls for the various iterators that avoid formatting the whole document.
#89
adamreichold
closed
1 year ago
1
Most APIs rather return a `&'a str` than a `Cow<'input, str>`
#88
benthillerkus
closed
1 year ago
21
Less than usefull Debug output for Element
#87
kaj
closed
1 year ago
3
Detect unclosed root nodes
#86
adamreichold
closed
1 year ago
8
roxmltree accepts opening tag without closing tag
#85
faassen
closed
1 year ago
1
Fix-ups to the deduplication of namespaces
#84
adamreichold
closed
1 year ago
3
getting an XML representation of a node
#83
faassen
closed
1 year ago
23
Avoid repeated bounds checks in the Descendants iterator.
#82
adamreichold
closed
1 year ago
3
RFC: Deduplicate tag and attribute names
#81
adamreichold
closed
1 year ago
5
RFC: Deduplicate namespaces
#80
adamreichold
closed
1 year ago
2
Fixes a typo in impl PartialEq for Attribute and an inconsistency in impl PartialEq for Node
#79
adamreichold
closed
2 years ago
0
Drop attrs_start_idx and use drain when resolving attributes.
#78
adamreichold
closed
2 years ago
1
Use named constant for XML-namespace-related prefixes.
#77
adamreichold
closed
2 years ago
0
Follow-up: Use indexes for Node and Attribute Namespaces
#76
adamreichold
closed
2 years ago
4
Breaking Change: Use indexes for Node and Attribute Namespaces
#75
tomjw64
closed
2 years ago
2
Dedup attribute names using an IndexSet
#74
adamreichold
closed
2 years ago
4
Next