以文本方式查看主题 - 中文XML论坛 - 专业的XML技术讨论区 (http://bbs.xml.org.cn/index.asp) -- 『 XQuery/XLink/XPointer/ 』 (http://bbs.xml.org.cn/list.asp?boardid=14) ---- Xpath 问题 (http://bbs.xml.org.cn/dispbbs.asp?boardid=14&rootid=&id=11575) |
-- 作者:jhonason -- 发布时间:11/4/2004 3:16:00 PM -- Xpath 问题 45.Consider the following XSLT stylesheet fragment <xsl:template match=”*”> <tr> <td><xsl:number/></td> <xsl:apply-templates select=”author”/> <td><xsl:value-of select=”title”/> <xsl:call-template name=”hello”/> </xsl:template> The places where an XPath expression has NOT been used include: A. xsl:template match attribute B. xsl:apply-templates select attribute. C. xsl:value-of select attribute. D. xsl:call-template name attribute A对吗?也就是问 * 是不是Xpath expression? |
-- 作者:jhonason -- 发布时间:11/4/2004 3:17:00 PM -- d肯定对 但是不一定只有一个答案的 |
-- 作者:hello105 -- 发布时间:11/8/2004 6:16:00 PM -- 好像都对 |
-- 作者:doubleG -- 发布时间:11/9/2004 11:52:00 AM -- * selects all element children of the context node @* selects all the attributes of the context node Then you will know the answer. |
-- 作者:instillwater -- 发布时间:5/14/2005 2:17:00 PM -- 能给这些题目给我看看吗? 或者能告诉我哪里能下载到这些题目:) |
-- 作者:pstianye -- 发布时间:11/4/2005 10:32:00 PM -- 是A不对吗?高手能不能解释一下啊?
|
W 3 C h i n a ( since 2003 ) 旗 下 站 点 苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》 |
46.875ms |