We are building a connector for AEM 6.2 using AEM's translation API. For translating AEM page, we use getTranslationObjectXLIFFInputStream().
Reference: https://docs.adobe.com/docs/en/aem/6-2/develop/ref/javadoc/com/adobe/granite/translation/api/TranslationObject.html#getTranslationObjectXLIFFInputStream(java.lang.String)
The generated XLF doesn't convert 'less than' sign properly, if the page contains HTML tags. The XLIFF has no issues in case of a simple page without any Rich text content. Attached is the reference.

We suspect OKAPI isn't able to convert the XLF properly but we are not sure about it.
We are building a connector for AEM 6.2 using AEM's translation API. For translating AEM page, we use
getTranslationObjectXLIFFInputStream().Reference: https://docs.adobe.com/docs/en/aem/6-2/develop/ref/javadoc/com/adobe/granite/translation/api/TranslationObject.html#getTranslationObjectXLIFFInputStream(java.lang.String)
The generated XLF doesn't convert 'less than' sign properly, if the page contains HTML tags. The XLIFF has no issues in case of a simple page without any Rich text content. Attached is the reference.
We suspect OKAPI isn't able to convert the XLF properly but we are not sure about it.