Hello,

Attributes related to translation and localization are not all rendered while converting a topic to XHTML.

Only @xml:lang is processed. @dir and @translate are not.  Why not handle theses attributes ?

Regards,

Vincent



/*com/xmlmind/xsl/xhtml/xhtmlUtil.xsl */:

<xsl:template name="localizationAttributes"><xsl:copy-of select="@xml:lang"/><xsl:if test="$xhtmlVersion ne '1.1' and exists(@xml:lang)"><xsl:attribute name="lang" select="string(@xml:lang)"/></xsl:if></xsl:template>
--
XMLmind DITA Converter Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/ditac-support

Reply via email to