Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 342 Bytes

Issues.md

File metadata and controls

13 lines (7 loc) · 342 Bytes

XPath version

The Python libxml XPath implementation is only XPath 1.0

Fails parsing fully both nodes.csv and fields.csv files

Example Fix:

cac:ProcurementLegislationDocumentReference[not(cbc:ID/text()=('CrossBorderLaw','LocalLegalBasis'))]

Modified to

cac:ProcurementLegislationDocumentReference[not(cbc:ID/text()='CrossBorderLaw')]