毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> WEB开发 >> 正文

为什么在IE上运行得不到xsl想要设置的结果 第2页

更新时间:2012-6-15:  来源:毕业论文
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">


XML code
<?xml version="1.0" encoding="gb2312"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:template match="/">
        <html>
            <head>
                <title>结果</title>
            </head>
            <body>
                <div align="center">
                    <p>冰激凌</p>
                </div>
                <div align="center">
                    <p>
                        <xsl:value-of select="*/name"/>
                    </p>
                </div>
                <xsl:apply-templates select="icecream_shop"/>
            </body>
        </html>
    </xsl:template>
    <xsl:template match="icecream_shop">
        <p align="center">
            <table border="1">
                <tr>
                    <td>货号</td>
                    <td>品名</td>
                    <td>价格</td>
                    <td>描述页</td>
                </tr>
                <xsl:for-each select="icecream">
                    <tr>
                        <td>
                            <xsl:value-of select="货号"/>
                        </td>
                        <td>
                            <xsl:value-of select="品号"/>
                        </td>
                        <td>
                            <xsl:value-of select="价格"/>
                        </td>
                        <td>
                            <a>
                                <xsl:attribute name="href"><xsl:value-of select="描述页/@网址"/></xsl:attribute>
                                <xsl:value-of select="描述页"/>
                            </a>
                        </td>
                    </tr>
                </xsl:for-each>
            </table>
        </p>
    </xsl:template>
</xsl:stylesheet>

上一页  [1] [2] 

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。