google / google/civics_cdf_validator
Support default namespaces
Open
- Dominant language
- Python
- Stars
- 38
- Forks
- 23
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 8
Description
Currently, validation fails if a default namespace is defined in the XML document.
When a namespace is defined, `find` fails to locate elements in the document, as element searches must include the namespace prefix.
Support default namespaces that are defined, for example, by including `xmlns="http://www.votegis.com/schema/NISTV50.xsd"` on the `ElectionReport` element.
Contributor guide
Assessment
This issue has not been assessed yet.