Represents the definition of a Document subclass for defining XML property mapping scripts. The Content Engine XML Classifier uses XML property mapping scripts to populate document object properties with values based on data extracted from an XML document’s content. Administrators build mapping scripts that associate XML tags in the incoming document to properties, thus enabling the automatic classification of any XML document. An XMLPropertyMappingScript object, in addition to having all of the capabilities of a Document object, provides a container for user-authored XSL scripts for transforming XML documents of a specified type. The script contains instructions for extracting content from source XML documents of the type identified by the XMLDocumentType property in order to map it onto property values for the properties associated with the target document class identified by the TargetClass property.


The following tables list the members exposed by IXMLPropertyMappingScript.

Public Properties

  Name Description
Public property TargetClass Specifies the DocumentClassDefinition object that defines the target document class for this XMLPropertyMappingScript object. The target class indicates the specific document properties that will be mapped to by the property-mapping script.
Public property XMLDocumentType Specifies the type of source XML document to which this XMLPropertyMappingScript object applies. The value of this property can be one of the following:
  • A GUID.
  • A Uniform Resource Identifier (URI) identifying an XML, a Document Type Definition (DTD), or a schema namespace.
  • The name of an XML root element.
Top

See Also