XML export options – the feed command and the LoadObjects workflow activity

Build 1501 on 14/Nov/2017  This topic last edited on: 15/May/2015, at 12:30

The XML export options have the NavOptions attribute specifying the data navigator options to use, e.g.:

  <eop:XmlExportOptions

    xmlns:eop="http://www.teradp.com/schemas/GN4/1/XmlExportOptions.xsd"

    MaxDepth="0"

    DataMaxSize="0"

    AccessStrict="false"

    MimeType="application/xml"

    Encoding="UTF-8"

    NavOptions="All">

  </eop:XmlExportOptions>

These options are used by the do.ashx&cmd=feed command and the workflow activity LoadObjects – that both use an XML export options to configure their output.

NavOptions specifies one or more data navigator options as a comma-separated list. If omitted or empty the system uses Default – i.e. outputs referencing objects and creation / last modified details.

See http://forum.teradp.com/topic.asp?whichpage=1&TOPIC_ID=253#3482 for a sample export options file.

See also

XML Export Options: the reference