You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
flibbertigibbet
added a commit
to flibbertigibbet/election_results_xml_validator
that referenced
this issue
Jun 2, 2017
Can you provide an example of an XML document which fails to validate because of this issue? And can you provide an example scenario in which an XML document must have a default namespace defined?
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 theElectionReport
element.The text was updated successfully, but these errors were encountered: