Cleanup
The XML document constructed by CLS Document Service is passed to the customizable, exposed PL/SQL function HCMDocLinkCleanup. This gives you the opportunity to utilize the information parsed from the document to locate the correct Object ID.
The following key routines are used by this package to read and write the contents of the XML document:
- HCMDocLink.getTagValue will retrieve a specific tag’s value.
- HCMDocLink.putTagValue will write a new tag for a specific NAME/VALUE pair.
Given this incoming XML content:
HCMDocLinkCleanup can read the VALUE for the “OPERATOR” content variable and write the VALUE for “OBJECT_USE”.
Resulting in this XML content:
See also: