<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="xhtml" version="1.0" encoding="ISO-8859-1" indent="yes"/>
<xsl:template match="/ROOT">
<html xmlns="http://www.w3.org/1999/xhtml">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"/>
<head>
<small><title>MOBILE</title></small>
</head>
<xsl:variable name="url">
<xsl:value-of select="URL"/>
</xsl:variable>
<xsl:variable name="imglink">
<xsl:text>resourcesWap/mobile/176/images/</xsl:text>
</xsl:variable>
<body>
<p style="background-color:#bebebe">
<img src="{$imglink}/logo.png" alt="mobile"/>
<b><span style="color:#FFFFFF;font-family:SansSerif"><small>Você está em:</small></span></b>
<b><span style="color:#FFFFFF;font-family:SansSerif"><small>EXTRATO CDB</small></span></b>
</p>
<p><small><b>Selecione um investimento:</b></small></p>
<small><b>Boleto Emissão Resgate Valor Liq.</b></small>
<img src="{$imglink}/linha.png" alt="linhatri"/>
<xsl:for-each select="lancamentosCBD">
<xsl:if test="boleto != ''">
<p>
<small><a href="{$url}MobileServer/wap?transaction=ExtratoDetalhe&nextForm=extrato.xsl&cdBoleto={boleto}')"><xsl:value-of select="boleto"/></a> <xsl:value-of select="emissao"/> <xsl:value-of select="resgate"/> <xsl:value-of select="valorLiq"/></small>
</p>
<img src="{$imglink}linha.png" alt="linhatri"/>
</xsl:if>
</xsl:for-each>
<p><a href="javascript:history.back(-1)"><img src="{$imglink}/bt_voltar_on.png"/></a></p>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
<small><b>Boleto Emissão Resgate Valor Liq.</b></small>
obrigada
