Skip to content

Commit

Permalink
Fixed XPath bug in match clause
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuettner-hb committed Dec 19, 2017
1 parent 2f3a6eb commit 70abf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurations/xrechnung/scenarios.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<namespace prefix="cbc">urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2</namespace>
<namespace prefix="invoice">urn:oasis:names:specification:ubl:schema:xsd:Invoice-2</namespace>
<match>/invoice:Invoice[starts-with(cbc:CustomizationID, 'urn:cen.eu:en16931:2017') or
starts-with(cbc:CustomizationID, 'urn:ce.eu:en16931:2017']</match>
starts-with(cbc:CustomizationID, 'urn:ce.eu:en16931:2017')]</match>
<validateWithXmlSchema>
<resource>
<name>XML Schema for UBL 2.1 Invoice</name>
Expand Down

0 comments on commit 70abf2e

Please sign in to comment.