Track xml:lang throughout parsing
This commit is contained in:
parent
31d7bbf622
commit
d9a21dd8c9
21 changed files with 446 additions and 88 deletions
|
|
@ -83,6 +83,7 @@ fn from_xml_impl(input: Item) -> Result<TokenStream> {
|
|||
fn from_events(
|
||||
name: ::xso::exports::rxml::QName,
|
||||
attrs: ::xso::exports::rxml::AttrMap,
|
||||
ctx: &::xso::Context<'_>,
|
||||
) -> ::core::result::Result<Self::Builder, ::xso::error::FromEventsError> {
|
||||
#from_events_body
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue