以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 DTD/XML Schema 』  (http://bbs.xml.org.cn/list.asp?boardid=23)
----  求助!请各位朋友帮忙一下.谢啦.  (http://bbs.xml.org.cn/dispbbs.asp?boardid=23&rootid=&id=55740)


--  作者:benjo
--  发布时间:11/21/2007 10:44:00 AM

--  求助!请各位朋友帮忙一下.谢啦.
改错题。
1、下面是一个使用模板的XSL文档,请对以下XML文档进行改错(直接在原XML文档上进行修改),使之成为格式良好(well-formed)的XML文档。
<xml version="1.0" encoding="UTF-8"?>
<xsl:style version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 <xsl:template match="/">
  <xsl:apply-templates select="endangered_species/animal"/>
 </xsl:template>
 <xsl:temp match="animal"><p align="center"><br/><font size="+3">
<xsl:apply-templates select="name"/></font></p><table width="100%" border="2">
<tbody><xsl:for each select="subspecies"><tr><td><xsl:apply-templates select="name"/></td><td> <xsl:value-of select="region"/></td><td> <xsl:value select="population/@year"/></td></tr></xsl:for-each></tbody></table>
 </xsl:template><xsl:template match="name[@language='English']"><nobr><b><xsl:value-of select="."/></b></nobr> </xsl:template><xsl:template match="population"><xsl:value-of select="."/><xsl:if test=0"> <font color="red">--&lt;Extinct!!</font></xsl:if></xsl:template>
</xsl:stylesheet>

2、请对以下XML文档进行改错(直接在原XML文档上进行修改),使之成为格式良好(well-formed)的XML文档。

<?xml version="1.0">
<!DOCTYPE help[
  <!ENTITY doubleclick "double-click">
]>
<helptopic>
 In<icon>Network Neighborhood</icon>,locate and double-click the computer where the printer you want to use is located <tip targetgroup="beginners">To see which computers have shared printers attached,click the<menu>View</menu>menu,click<menu>Details</menu>,
&look for printer names or descriptions in the Comment column of the Network Neighborhood window &doubleclick;the printer icon in the window that appears.To set up the printer,follow the instructions on the screen.</tip>
 <step><action></action></step><step><action></step></action>
 <rule form=double/>
  <tip><P>After you have set up a network printer,you can use it as if it were attached to your computer.For related topics,look up &quot;printing&quot;in the Help index.
  </p></tip>
</helptopic>


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