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
The whole XML is valid. But if I try to visualize the XML as a PDF with the --action pdf option, Mustang CLI throws an error:
In template uebersicht on line 13 column 35
invoked by xsl:call-template at #85
In template rule with match="element(Q{urn:ce.eu:en16931:2017:xoev-de:kosit:standard:xrechnung-1}invoice)" on line 59 of
invoked by built-in template rule (text-only)
17:11:40.936 [main] ERROR o.m.ZUGFeRD.ZUGFeRDVisualizer - Failed to apply FOP
net.sf.saxon.trans.XPathException: Invalid date "2024-11-28;2024-12-24" (Day must be two digits). Found while atomizing the first argument of fn:normalize-space() in {$content} on line 128
However, the visualization as a HTML page with --action visualize runs well, it is just the PDF converter.
The text was updated successfully, but these errors were encountered:
Mustang 2.14.2 throws an error, if an XML with multiple
SpecifiedTradePaymentTerms
("Teilzahlungen") is visualized as a PDF.These are the
SpecifiedTradePaymentTerms
blocks in the factur-x.xml:The whole XML is valid. But if I try to visualize the XML as a PDF with the
--action pdf
option, Mustang CLI throws an error:However, the visualization as a HTML page with
--action visualize
runs well, it is just the PDF converter.The text was updated successfully, but these errors were encountered: