small correction in xslt
This commit is contained in:
@@ -138,7 +138,7 @@ Migrated by Mustangproject XSLT
|
||||
<!-- rename and add -->
|
||||
|
||||
<xsl:template match="//*[local-name() != 'HeaderExchangedDocument']/*[local-name() = 'IssueDateTime']">
|
||||
<ram:FormattedIssueDateTime">
|
||||
<ram:FormattedIssueDateTime>
|
||||
<qdt:DateTimeString>
|
||||
<xsl:apply-templates select="@*|node()" />
|
||||
</qdt:DateTimeString>
|
||||
|
||||
@@ -412,6 +412,8 @@ public class MustangReaderWriterEdgeTest extends TestCase implements IZUGFeRDExp
|
||||
.load(SOURCE_PDF)) {
|
||||
ze.setZUGFeRDVersion(1);
|
||||
ze.PDFattachZugferdFile(this);
|
||||
String theXML=new String(ze.getProvider().getXML());
|
||||
//assertTrue(theXML.contains("<rsm:CrossIndustryDocument"));
|
||||
ze.export(TARGET_PDF);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user