I am serving a client who is using XML Transformation Services only (out of the CTS bundle). I am using the xml_transform_html profile to transform (generic) XML documents to HTML, and store the output as renditions in Documentum. However, every time a new rendition is created, it is getting added to the source document. This leads to multiple HTML renditions for the same document. Is there a way to replace the existing rendition automatically?
Note that I am using XTS only. The known CTS solution applicable through legacy transformation profiles (such as legacy_to_html), which allows the use of overwrite_rendition within InnerProfile/InnerTokenMapping, does not seem to apply. These profiles are not even installed/available as part of XTS only setup?
Please advise.