Wrong XMLSchema validation?
Bug #1909761 reported by
Marco Colombo
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lxml |
New
|
Undecided
|
Unassigned |
Bug Description
Please see attached example.
Expected result would be all True.
Python : sys.version_
lxml.etree : (4, 5, 1, 0)
libxml used : (2, 9, 10)
libxml compiled : (2, 9, 10)
libxslt used : (1, 1, 34)
libxslt compiled : (1, 1, 34)
This is real world case, simpleType is extracted from https:/
According to validation with lxml, <email address hidden> is not valid. xmlschema disagrees. I'm not sure which is which, my brain goes parse error reading the regular expression...
To post a comment you must log in.