On 20.03.2008 15:43, [EMAIL PROTECTED] wrote:

SOLUTION 2: Pass i18n elements as text to remain in results for later
transforms.
 <xsl:variable name="param0">
   <xsl:text disable-output-escaping="yes">&lt;i18n:text
key="[EMAIL PROTECTED]"/&gt;</xsl:text>
</xsl:variable>

This will very likely not work. The escaped XML remains text in the pipeline up to serialization. disable-output-escaping is only a hint for the serializer. So a I18nTransformer run after that stylesheet will never get to see that escaped XML as XML but only as text - and just pass it on.

Joerg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to