Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Export Adobe form data into specific XML code

New Here ,
Jan 16, 2023 Jan 16, 2023

Hi, I am using Adobe forms and I can export the data into an XML format. However, I have to export the form data into specific XML format because I have to upload it into another non-Adobe cloud. This XML format looks like below. Can someone tell me how I influence the exported code so that it corresponds with the below format?

<inEus xmlns:eus="http://www.bafin.de/mvp/eus/"> <eus:language>
<!-- Sprachangabe -->
</eus:language>
<eus:heading>
<!-- Stimmrechtsmitteilung oder Korrektur? -->
</eus:heading>
<eus:notification>
<!-- Die zehn Haupt-Bloecke einer Stimmrechtsmitteilung -->
<eus:detailsOfIssuer></eus:detailsOfIssuer> <eus:reasonForNotification></eus:reasonForNotification> <eus:detailsOfPersonSubject></eus:detailsOfPersonSubject> <!-- Der folgende Block ist optional. --> <eus:namesOfShareholders></eus:namesOfShareholders> <eus:dateThreshold></eus:dateThreshold> <eus:totalPositions></eus:totalPositions> <eus:detailsOnTotalPositions></eus:detailsOnTotalPositions> <eus:informationPersonSubject></eus:informationPersonSubject> <!-- Die beiden folgenden Bloecke sind optional. --> <eus:proxyVoting></eus:proxyVoting> <eus:otherInformation></eus:otherInformation>
</eus:notification>
<eus:signing>
<!-- Datum und Unterschrift -->
</eus:signing>
<eus:annex>
<!-- Die drei Bloecke des Annex -->
<eus:annexIdentityPersonSubject> </eus:annexIdentityPersonSubject>
<!-- Die beiden folgenden Bloecke sind optional. --> <eus:annexIdentityNotifier></eus:annexIdentityNotifier> <eus:annexOtherInformation></eus:annexOtherInformation>
</eus:annex>
</inEus>

 

Many thanks

Jochen

 

 

 

TOPICS
PDF forms
470
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 16, 2023 Jan 16, 2023

You can't influence the exported XML schema. This is a very common situation, you cannot usually change apps to use different schemas. To convert between schemas, use XSLT or another XML transformation tool. You will need a detailed understanding of both schemas.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 17, 2023 Jan 17, 2023
LATEST

Many thanks - nearly what I thought. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines