xml: XmlRoot add namespace checking

This commit is contained in:
Lennart
2024-12-23 11:37:09 +01:00
parent b5e0f68239
commit 825a65e348
3 changed files with 25 additions and 6 deletions

View File

@@ -36,6 +36,7 @@ pub struct StructAttrs {
pub container: ContainerAttrs,
pub root: Option<LitByteStr>,
pub ns: Option<LitByteStr>,
pub allow_invalid: Flag,
}