[oXygen-user] Any tricks for xsl-if block to choose construct?

Karl Stubsjoen kstubs at gmail.com
Sat Apr 7 15:31:15 CDT 2012


Any tricks using oxygen to convert an existing xsl:if block to an
xsl:choose block?  Naturally, the xsl:if block would become an
xsl:when block surround by xsl:choose element.  So this:

<xsl:if test="x = y">
  ....
</xsl:if>

Becomes:

<xsl:choose>
  <xsl:when test="x = y">
   ....
  </xsl:when>
</xsl:choose>

Karl..

-- 
Karl Stubsjoen
MeetScoresOnline.com
(602) 845-0006


More information about the oXygen-user mailing list