<!ELEMENT export-items EMPTY>

Parent: <gsa-template>, <transaction>

The <export-items> tag is a procedural tag for exporting the data required to recreate one or more item descriptors. The data is exported as XML to standard output. Using this tag is similar to running the startSQLRepository script with the -export argument. See the startSQLRepository section in the Developing and Testing an SQL Repository chapter.

Attributes

item-descriptors

Specifies a comma-separated list of one or more item descriptor names. For example:

<export-items item-descriptors="authors,books"/>

If none are specified, all item descriptors are exported.

skip-references

By default, when you use <export-items> tag, all referenced item descriptors are automatically added to the list of item descriptors to be exported. If you use the skip-references="true" attribute, referenced item descriptors are added only if you affirmatively include them.


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices