Developer forum

Forum » Feature requests » XSLT conversion upgrade

XSLT conversion upgrade

Nuno Aguiar
Reply

Hi,

 

Following Morten Bengtson's indication in http://developer.dynamicweb-cms.com/forum/templates/html-vs-xslt.aspx would be nice to improve the convert to xslt tool.

 - change If Defined conversion

<xsl:if test="ParagraphImage != ''">
    This works, but...
</xsl:if>
 
<xsl:if test="string(ParagraphImage)">
    ... this is about 6 x faster
</xsl:if>

 - correct If Statements conversion (does not convert to xsl:if elements)

 - correct Translate tags conversion - alwaus breaks down

 

Nuno


Replies