XPath transform extensions

Use these transform extensions to supplement XML Path Language functions with CDC Replication Engine for Event Server.

To meet specific transform requirements, these extensions have been developed to supplement XPath and XSLT recommendations provided by W3C. The first extension is an XPath expression for self-reference. A leading # symbol means self-reference from the target point of view. For example, /root/level1/@attr1 points to an attribute in the source DOM, while #/root/level1/@attr1 points to an attribute in the target that is the XML document to be generated. The CDC Replication Engine for Event Server functions are marked with the sxt: prefix, which must be used with the function name.

Note: This function is only supported by the CDC Replication Engine for Event Server.

The following transform extensions are implemented: