<xsl:template match="ds1">
            
                <xsl:for-each select="record">
                    <tr>
                        <td class="form-1" nowrap="true">
                            <xsl:value-of select="position()"/>
                        </td>
                        <td class="form-1" nowrap="true"><xsl:value-of select="GACBR"/></td>
<td class="form-1" nowrap="true"><xsl:value-of select="GACBR"/></td>
<td class="form-1" nowrap="true"><xsl:value-of select="DDATE"/></td>
<td class="form-1" nowrap="true"><xsl:value-of select="GDMC"/></td>
<td class="form-1" nowrap="true"><xsl:value-of select="GDLX"/></td>
<td class="form-1" nowrap="true"><xsl:value-of select="INTERESTFEE1"/></td>
<td class="form-1" nowrap="true"><xsl:value-of select="INTERSTFEE2"/></td>
<td class="form-1" nowrap="true"><xsl:value-of select="INTERESTFEE3"/></td>
<td class="form-1" nowrap="true"><xsl:value-of select="INTERESTFEE4"/></td>
<td class="form-1" nowrap="true"><xsl:value-of select="HANDINGCHARGE1"/></td>
<td class="form-1" nowrap="true"><xsl:value-of select="HANDINGCHARGE2"/></td>
<td class="form-1" nowrap="true"><xsl:value-of select="ROW_NO"/></td>
<td class="form-1" nowrap="true"><xsl:value-of select="STATEFLAG"/></td>
              
                    </tr>
                </xsl:for-each>
                
            </xsl:template>

解决方案 »

  1.   

    此回复为自动发出,仅用于显示而已,并无任何其他特殊作用
    楼主【ecardttt】截止到2008-06-27 11:42:07的历史汇总数据(不包括此帖):
    发帖数:96                 发帖分:2750               
    结贴数:90                 结贴分:2550               
    未结数:6                  未结分:200                
    结贴率:93.75 %            结分率:92.73 %            
    值得尊敬
      

  2.   

    你是要把xml转化成html吧,在你的xsl前面加一句<xsl:output method="html" encoding="gb2312" media-type="text/html"/>