korrektur des GuidelineSpecifiedCIDocumentContextParameter
This commit is contained in:
@@ -190,7 +190,7 @@ public class ZUGFeRD2PullProvider implements IXMLProvider {
|
|||||||
+ " <rsm:CIExchangedDocumentContext>\n" //$NON-NLS-1$
|
+ " <rsm:CIExchangedDocumentContext>\n" //$NON-NLS-1$
|
||||||
+ " \n" //$NON-NLS-1$
|
+ " \n" //$NON-NLS-1$
|
||||||
+ " <ram:GuidelineSpecifiedCIDocumentContextParameter>\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$
|
+ " </ram:GuidelineSpecifiedCIDocumentContextParameter>\n" //$NON-NLS-1$
|
||||||
+ " </rsm:CIExchangedDocumentContext>\n" //$NON-NLS-1$
|
+ " </rsm:CIExchangedDocumentContext>\n" //$NON-NLS-1$
|
||||||
+ " <rsm:CIIHExchangedDocument>\n" //$NON-NLS-1$
|
+ " <rsm:CIIHExchangedDocument>\n" //$NON-NLS-1$
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ public class ZUGFeRDImporter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
factory = DocumentBuilderFactory.newInstance();
|
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 {
|
try {
|
||||||
builder = factory.newDocumentBuilder();
|
builder = factory.newDocumentBuilder();
|
||||||
} catch (ParserConfigurationException ex3) {
|
} catch (ParserConfigurationException ex3) {
|
||||||
|
|||||||
Reference in New Issue
Block a user