以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 XML源码及示例(仅原创和转载) 』  (http://bbs.xml.org.cn/list.asp?boardid=32)
----  admin请进  (http://bbs.xml.org.cn/dispbbs.asp?boardid=32&rootid=&id=7268)


--  作者:cocla
--  发布时间:5/8/2004 12:05:00 AM

--  admin请进
请你看看这个!!怎样写出的program可以差找出每科的平均分,能算出那科有多少个人A,请帮帮我,谢谢!!
--  作者:cocla
--  发布时间:5/8/2004 12:05:00 AM

--  
怎么上传不到附件的??
--  作者:cocla
--  发布时间:5/8/2004 12:11:00 AM

--  
<Student given-name="Peter" family-name="Au">
             
            <Chinese>80</Chinese>
                </Student>
    
     <Student given-name="Mary" family-name="Chan">
        
            <Chinese>90</Chinese>
          
      </Student>
<tr>    
                    <th>Chinese</th>         
                   <xsl:choose>      
                   <xsl:when test="Chinese &gt; 89 ">
                       A
                   </xsl:when>                   
                   <xsl:when test="Chinese &gt; 79 and Chinese &lt; 90">
                         B
                   </xsl:when>
                   <xsl:when test="Chinese &gt; 69 and Chinese &lt; 80">
                       C
                   </xsl:when>
                   <xsl:when test="Chinese &gt; 59 and Chinese &lt; 70">
                       D
                   </xsl:when>
                   <xsl:when test="Chinese &lt; 60">
                       E
                   </xsl:when>
                   <xsl:otherwise>
                   ABS
                   </xsl:otherwise>
                   </xsl:choose>
                  </tr>
W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
62.500ms