新书推介:《语义网技术体系》
作者:瞿裕忠,胡伟,程龚
   XML论坛     W3CHINA.ORG讨论区     计算机科学论坛     SOAChina论坛     Blog     开放翻译计划     新浪微博  
 
  • 首页
  • 登录
  • 注册
  • 软件下载
  • 资料下载
  • 核心成员
  • 帮助
  •   Add to Google

    >> 本版讨论XSL,XSLT,XSL-FO,CSS等技术
    [返回] 中文XML论坛 - 专业的XML技术讨论区XML.ORG.CN讨论区 - XML技术『 XSL/XSLT/XSL-FO/CSS 』 → 求助~~~~~~~~~ 查看新帖用户列表

      发表一个新主题  发表一个新投票  回复主题  (订阅本版) 您是本帖的第 1858 个阅读者浏览上一篇主题  刷新本主题   树形显示贴子 浏览下一篇主题
     * 贴子主题: 求助~~~~~~~~~ 举报  打印  推荐  IE收藏夹 
       本主题类别:     
     lf408 帅哥哟,离线,有人找我吗?
      
      
      等级:大一新生
      文章:0
      积分:55
      门派:XML.ORG.CN
      注册:2005/5/26

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给lf408发送一个短消息 把lf408加入好友 查看lf408的个人资料 搜索lf408在『 XSL/XSLT/XSL-FO/CSS 』的所有贴子 引用回复这个贴子 回复这个贴子 查看lf408的博客楼主
    发贴心情 求助~~~~~~~~~

    Write XSLTs to transform the course outline XML document into the following XHTML documents. Your solution should contain two XSLT files:

    The first file, called index.xslt, transforms the course outline XML document into an XHTML document which contains a list of course outlines in the input document.   a list of features that it must have:
    School name, year, course code and course name. These must be extracted from the input XML document.
    Use of XHTML list. Each list item should contain the course code and name.
    The list of courses should be sorted by coursed code.
    For each course code, there should be a hyperlink to its course outline (produced by outline.xslt).


    The second file called outline.xslt, transforms the course outline XML document into an XHTML document which contains the course outline for each course. This XSLT takes an input parameter containing a course code, and produces the course outline for that course. it should have the following features:
    Contains all the informations in the course outline XML document for that course.
    A XHTML table should be used for displaying assessment items.
    The filenames for the XHTML files should contain the course code (e.g. 3571CIT.html)


    XML文件如下:
    <?xml version="1.0"?>
    <!DOCTYPE courseoutline SYSTEM "yeah.dtd">
    <courseoutline school="ICT" year="2005">
    <course>
     <code>1104CIT</code>
     <name>Programming II</name>
     <convenor email="D.Chen@griffith.edu.au">Dr David Chen</convenor>
     <description>
             The course provides a broad coverage of the Java programming language, introduces the Java class library, and applies basic problem solving and software engineering techniques for the development, testing and documentation of moderate-sized programs that address a range of selected problems.
         </description>
     <assessment nitems="6">
      <assessItem weight="10">Project1</assessItem>
      <assessItem weight="10">Project2</assessItem>
      <assessItem weight="10">Project3</assessItem>
      <assessItem weight="10">Project4</assessItem>
      <assessItem weight="20">Mid-semester exam</assessItem>
      <assessItem weight="40">Final exam</assessItem>
      </assessment>
           <textbook>Kenneth A. Lambert and Martin Osborne, Java: A Framework for Programming and Problem Solving, Second Edition, 2002.</textbook>
    </course>
    <course>
     <code>3571CIT</code>
     <name>Distributed Multimedia Systems</name>
     <convenor email="K.Newman@griffith.edu.au">Dr Ken</convenor>
     <convenor email="D.Chen@griffith.edu.au">Dr David Chen</convenor>
     <description>
             This course aims to provide students with knowledge and understanding of the fundamental concepts, architecture, and techniques underlying networked multimedia systems, which will enable students to comprehend and apply the technology, systems and standards in this rapidly advancing field.
         </description>
     <assessment nitems="4">
      <assessItem weight="25">Assignment 1</assessItem>
      <assessItem weight="20">Assignment 2</assessItem>
      <assessItem weight="5">Forum</assessItem>
      <assessItem weight="50">Final exam</assessItem>
      </assessment>
    </course>
     


    请各位大侠帮助一下~~~~~


       收藏   分享  
    顶(0)
      




    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2005/5/27 13:49:00
     
     GoogleAdSense
      
      
      等级:大一新生
      文章:1
      积分:50
      门派:无门无派
      院校:未填写
      注册:2007-01-01
    给Google AdSense发送一个短消息 把Google AdSense加入好友 查看Google AdSense的个人资料 搜索Google AdSense在『 XSL/XSLT/XSL-FO/CSS 』的所有贴子 访问Google AdSense的主页 引用回复这个贴子 回复这个贴子 查看Google AdSense的博客广告
    2026/3/3 21:07:04

    本主题贴数1,分页: [1]

    管理选项修改tag | 锁定 | 解锁 | 提升 | 删除 | 移动 | 固顶 | 总固顶 | 奖励 | 惩罚 | 发布公告
    W3C Contributing Supporter! W 3 C h i n a ( since 2003 ) 旗 下 站 点
    苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
    2,710.938ms