DIAdem Help

Object: DocumentNamespace <DataPlugin>

  • Updated2024-09-12
  • 1 minute(s) read

Object: DocumentNamespace <DataPlugin>

The DocumentNamespace <DataPlugin> object provides the namespace in a document. Use namespaces to group XML elements in a document.

The following example transfers all meta properties of a document's namespaces into the data set properties:

Dim oMyNamespace,oMyProperty
For each oMyNamespace in Document.Namespaces
  For each oMyProperty in oMyNamespace.Properties
    Call Root.Properties.Add(oMyProperty.Name,  oMyProperty.Value)
  Next
Next

Properties

Name | Properties