Import XML

Import XML: Additional Meta Information

How to get meta information

If you export Sophora XML via the Sophora DeskClient or programmatically via the Sophora Client it may contain some additional meta information about the original document.

The attribute exportedUuid (available since Sophora XML 4.0.1, 4.1.1, 4.2.1) of the root element <document> is optional and contains the UUID of the document. This attribute has no impact on the import of the document and just represents meta information from the original system that the document is exported from.

<?xml version="1.0" encoding="UTF-8"?>
  <document externalID="EXTERNAL_ID"
      exportedUuid="UUID-OF-DOCUMENT"
      xmlns="http://www.sophoracms.com/import/4.2"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    [...]

Last modified on 9/19/22

The content of this page is licensed under the CC BY 4.0 License. Code samples are licensed under the MIT License.

Icon