Wren Turkal

Results 106 comments of Wren Turkal

I'm curious. Is the mapping of the namespace alias to the canonical URI stored anywhere currently? If so, does that storage method allow reassigning aliases in child levels?

How would you recommend handling multiple templates in a single repo that all refer to files that contain the same contents? Here's an example of a bunch of examples that...

I would love this. I have been drawing up designs for car parts that were originally designed in inches. I would love to have this feature. It's not only useful...

The NamespaceResolver doesn't seem to have any entries by default. This seems incorrect by my reading of https://www.w3.org/TR/xml-names11/#xmlReserved. Shouldn't the `xml` namespace be definitionally mapped to `http://www.w3.org/XML/1998/namespace`? It also looks...

FWIW, xmlns also has a similar definitional mapping. However, given how xmlns is handled now in quick-xml, that probably doesn't need to be handled the same way. However, I am...

Well-formed docs have to have a root element conforming to the description at https://www.w3.org/TR/xml11/#NT-element. This section says the following: > This specification does not constrain the application semantics, use, or...

I linked a PR to resolve the reserved namespaces.

It would also be useful to have a Reader/NSReader capable of enforcing such a thing for when I know there is only one document in a file/str source.

It should be noted that this is currently a draft as it only changes the main error type and not the other errors. FWIW, I really like how it makes...

@Mingun what would be the timeline for moving to an MSRV of 1.56? FWIW, 1.56 was released on Oct 21, 2021.