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
I'm unsure if this is intended / just the way it is specified. However, we were caught by surprise when validating our XML that checking the maximum number of decimals, e.g. for BT-116, is whitespace sensitive.
Here is the error we got:
<error type="4" location="/*:CrossIndustryInvoice[namespace-uri()='urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100'][1]/*:SupplyChainTradeTransaction[namespace-uri()='urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100'][1]/*:ApplicableHeaderTradeSettlement[namespace-uri()='urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100'][1]/*:ApplicableTradeTax[namespace-uri()='urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100'][1]" criterion="string-length(substring-after(ram:BasisAmount,'.'))<=2">[BR-DEC-19]-The allowed maximum number of decimals for the VAT category taxable amount (BT-116) is 2. [ID FX-SCH-A-000053] from /xslt/ZF_232/FACTUR-X_BASIC.xslt)</error>
Is it possible to extend the check such that it trims whitespace?
Best regards,
Kai
The text was updated successfully, but these errors were encountered:
Hi,
I'm unsure if this is intended / just the way it is specified. However, we were caught by surprise when validating our XML that checking the maximum number of decimals, e.g. for BT-116, is whitespace sensitive.
Here is the error we got:
Is it possible to extend the check such that it trims whitespace?
Best regards,
Kai
The text was updated successfully, but these errors were encountered: