korrektur des GuidelineSpecifiedCIDocumentContextParameter

This commit is contained in:
Jochen Stärk
2017-10-08 18:30:39 +02:00
parent a4e6f06e7d
commit 9e3d95cf3f
2 changed files with 2 additions and 2 deletions

View File

@@ -190,7 +190,7 @@ public class ZUGFeRD2PullProvider implements IXMLProvider {
+ " <rsm:CIExchangedDocumentContext>\n" //$NON-NLS-1$
+ " \n" //$NON-NLS-1$
+ " <ram:GuidelineSpecifiedCIDocumentContextParameter>\n" //$NON-NLS-1$
+ " <ram:ID>urn:ferd:CrossIndustryDocument:invoice:1p0:comfort</ram:ID>\n" //$NON-NLS-1$
+ " <ram:ID>urn:cen.eu:en16931:2017:compliant:factur-x.eu:1p0:extended</ram:ID>\n" //$NON-NLS-1$
+ " </ram:GuidelineSpecifiedCIDocumentContextParameter>\n" //$NON-NLS-1$
+ " </rsm:CIExchangedDocumentContext>\n" //$NON-NLS-1$
+ " <rsm:CIIHExchangedDocument>\n" //$NON-NLS-1$

View File

@@ -121,7 +121,7 @@ public class ZUGFeRDImporter {
}
factory = DocumentBuilderFactory.newInstance();
factory.setNamespaceAware(true); //otherwise we can not act namespace independend, i.e. use document.getElementsByTagNameNS("*",...
factory.setNamespaceAware(true); //otherwise we can not act namespace independently, i.e. use document.getElementsByTagNameNS("*",...
try {
builder = factory.newDocumentBuilder();
} catch (ParserConfigurationException ex3) {