sissaschool / elementpath

XPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml
MIT License
72 stars 20 forks source link

fix zero length Base64 attribute #69

Closed Mezertas closed 1 year ago

Mezertas commented 1 year ago

When accessing the length of an attribute with zero length an exception is thrown this should fix it

brunato commented 1 year ago

Thank you for the fix!

brunato commented 1 year ago

I've checked also with W3C tests and other extra tests for xmlschema.

Best regards