以文本方式查看主题

-  计算机科学论坛  (http://bbs.xml.org.cn/index.asp)
--  『 XML基础 』  (http://bbs.xml.org.cn/list.asp?boardid=1)
----  ="@* | * | comment() | pi() | text()"/>是什么?  (http://bbs.xml.org.cn/dispbbs.asp?boardid=1&rootid=&id=6214)


--  作者:marilyn
--  发布时间:3/25/2004 10:31:00 PM

--  ="@* | * | comment() | pi() | text()"/>是什么?
<?xml version="1.0" encoding="gb2312"?>
<stylesheet xmlns="http://www.w3.org/TR/WD-xsl">
  <!-- 温度变换 -->
  <template><copy><apply-templates select="@* | * | comment() | pi() | text()"/></copy></template>
  
  <!-- 把 games 改成 play -->
  <template match="game" >
    <element name="play"><apply-templates select="@* | * | comment() | pi() | text()"/></element>
  </template>
</stylesheet>

书上的例子:这里的="@* | * | comment() | pi() | text()"/>是什么?
还有,<div>是什么意思?


W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
93.750ms