When an XML instance document is added to a Documentum xDb (X-Hive/DB) 10 connection or library it is
parsed with an internal XML parser of the database server. The following options are available
for configuring this parser:
- DOM Level 3 parser configuration parameters. More about each parameter can be found here:
DOM Level 3 Configuration.
- Documentum xDb (X-Hive/DB) 10 specific parser
parameters (for more information please consult the Documentum xDb (X-Hive/DB) 10 manual):
- xhive-store-schema - If checked, the corresponding DTD's or XML
schemas are stored in the catalog during validated parsing.
- xhive-store-schema-only-internal-subset - Stores only the
internal subset of the document (not any external subset). This options modifies the
xhive-store-schema one (only has a function when that parameter
is set to true, and when DTD's are involved). Select this option this option if you only
want to store the internal subset of the document (not the external subset).
- xhive-ignore-catalog - Ignores the corresponding DTD's and XML
schemas in the catalog during validated parsing.
- xhive-psvi - Stores psvi information on elements and
attributes. Documents parsed with this feature turned on, give access to psvi
information and enable support of data types by XQuery queries.
- xhive-sync-features - Convenience setting. With this setting
turned on, parameter settings of XhiveDocumentIf are synchronized
with the parameter settings of LSParser. Note that parameter settings
xhive-psvi and schema-location are
always synchronized.