Está en la página 1de 1

<alias name="SPPCCO_Def_Request">

<channel>SPPCCO_Def_Request</channel>
<xsl-request>A</xsl-request>
<xsl-response>B</xsl-response>
<log>true</log>
<roles ordered="true"/>
</alias>
<alias name="SPPCCO_Def_Request">
<channel>SPPCCO_Def_Request</channel>
<xsl-final>A</xsl-final>
<log>true</log>
<roles ordered="true"/>
</alias>

<xsl:choose>
<xsl:when test="condicion1">hola que tal</xsl:when>
<xsl:otherwise>festival"</xsl:otherwise>
</xsl:choose>
<xsl:variable name="final"><xsl:value-of select="/publicaciones/seleccionado"/><
/xsl:variable>
w
<xsl:choose>
<xsl:when test="<xsl:value-of select=/alias/log/> = true">
<xsl:variable
name="final"
select="<xsl:value-of select="/alias/xsl-request">
</xsl:variable>
</xsl:when>
<xsl:otherwise>
<xsl:variable
name="final"
select="<xsl:value-of select=/alias/xsl-response">
</xsl:variable>
</xsl:otherwise>
</xsl:choose>
<xsl:if test="$edicion!=$numero or $numero='' or $numero=false()">
<xsl:for-each select="//edicion">
<xsl:variable name="numero"><xsl:value-of select="numero_edicion"/></xsl:variabl
e>

También podría gustarte