From 12c255e9f149d35e09f005c6c4573c9fa1cf375d Mon Sep 17 00:00:00 2001 From: pitzm Date: Tue, 11 Jun 2024 14:49:07 +0200 Subject: [PATCH] =?UTF-8?q?XML-Schema=20version=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GUIs.Test.ZUGFeRDTest/Form1.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/GUIs.Test.ZUGFeRDTest/Form1.vb b/GUIs.Test.ZUGFeRDTest/Form1.vb index fe13417e..8c2c1610 100644 --- a/GUIs.Test.ZUGFeRDTest/Form1.vb +++ b/GUIs.Test.ZUGFeRDTest/Form1.vb @@ -130,6 +130,7 @@ Public Class Form1 oResult = _zugferd.SerializeZUGFeRDDocument(oDoc) WriteLog("Specification: " & oResult.Specification) + WriteLog("XML-Schema: " & oResult.UsedXMLSchema) WriteLog("Embedded File Name: " & oResult.DataFileName) Dim oSpecification = oResult.Specification