<!-- which projects to use for (can be more then one, otherwise use *) -->
<!-- use debug mode if the temporary xml shall be saved in the Goobi tmp folder -->
<debugMode>true</debugMode>
<!-- authentication and main information -->
<!-- For testing: https://mds.test.datacite.org/ -->
<!-- For production https://mds.datacite.org/ -->
<serviceAddress>https://mds.test.datacite.org/</serviceAddress>
<!-- authentication and main information -->
<viewer>https://viewer.example.org/resolver?field=MD_PI_DOI&identifier=</viewer>
<username>USER</username>
<password>PASSWORD</password>
<!-- name parts for DOI composition -->
<!-- metadata field from ruleset where to store the DOI -->
<!-- Path to the xsl file that shall be used for the datacite xml generation
(file must be located inside of the central Goobi xslt folder) -->
<field name="LANGUAGE" default="- UNKNOWN LANGUAGE -">
<data content="{meta.DocLanguage}"/>
<field name="TITLE" default="- UNKNOWN TITLE -">
<data content="{meta.TitleDocMain}"/>
<field name="ANCHORTITLE" default="- UNKNOWN ANCHOR TITLE -">
<data content="{meta.topstruct.TitleDocMain}"/>
<field name="ANCHORSUBTITLE" default="- UNKNOWN ANCHOR SUB TITLE -">
<data content="{meta.topstruct.TitleDocSub1}"/>
<field name="IDENTIFIER" default="- NO IDENTIFIER DEFINED -">
<data content="{meta.CatalogIDDigital}"/>
<field name="FORMAT" default="- NO FORMAT DEFINED -">
<data content="{meta.FormatSourcePrint}"/>
<field name="PUBLICATIONYEAR" default="- NO FORMAT DEFINED -">
<data content="{meta.PublicationYear}"/>
<field name="CREATOR" default="- NO CREATOR DEFINED -">
<data content="{meta.Author}"/>
<field name="PUBLISHER" default="- NO PUBLISHER DEFINED -">
<data content="{meta.PublisherName}"/>
<field name="SERIES" default="- NO SERIES DEFINED -">
<data content="{meta.PublicationSeries}"/>
<data content="{meta.CurrentNo}"/>
<data content="{meta.CurrentNoSorting}"/>