以文本方式查看主题 - 计算机科学论坛 (http://bbs.xml.org.cn/index.asp) -- 『 XSL/XSLT/XSL-FO/CSS 』 (http://bbs.xml.org.cn/list.asp?boardid=8) ---- <xsl:apply-templates/>所指的节点 (http://bbs.xml.org.cn/dispbbs.asp?boardid=8&rootid=&id=52454) |
-- 作者:rgbtdkjcel -- 发布时间:9/9/2007 11:44:00 PM -- <xsl:apply-templates/>所指的节点 <?xml version='1.0' encoding="gb2312" ?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl" > <xsl:template match="/"> <html> <head> <title>网上书屋</title> </head> <body> <xsl:apply-templates/> </body> </html> </xsl:template> <xsl:template match="网上书屋"> <xsl:apply-templates/> </xsl:template> <xsl:template match="分类"> <xsl:apply-templates/> </xsl:template> </xsl:stylesheet> <xsl:apply-templates/>所指的节点是哪个节点呢??是<xsl:template match="/">所指的节点吗???这样的话。岂不是造成的递归??? |
-- 作者:Qr -- 发布时间:9/10/2007 8:41:00 AM -- 当前节点的子节点。 就是递归,不递归怎么遍历节点。 |
-- 作者:hexun831012 -- 发布时间:9/10/2007 8:56:00 AM -- <xsl:template match="">所指的节点是满足match模式的所有节点的集合 |
-- 作者:rgbtdkjcel -- 发布时间:9/10/2007 9:34:00 AM -- QR..能不能讲清楚一点呢???还是不怎么明白 |
W 3 C h i n a ( since 2003 ) 旗 下 站 点 苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》 |
31.250ms |