有这么一个assignment:
use XML to organize the informatioin about all the cis courses offered in Fall 2001.for each course, the information includes course number, course title, instructor(s), time and classroom. Create a DTD file to declare the required markups and store the course information in an XML file. 需要xsl来存储显示信息.
write a java program that takes the XML file and DTD file as input, transforms the data into HTML so that the data can be properly displayed by a Web browser, and the writes the data into an HTML file.
总的来说:
input: xml, xsl, dtd,
output: html file
using: java
对熟悉这些概念的朋友这个小作业应该不难, 现在我的问题是: 对这些概念都不清楚, 只了解java, 各位能否寄给我或者告诉我哪里能有相关的sample(与这个作业特别相近的sample)和文章, 以便我这个门外汉在2到3天内能依葫芦画瓢似的完成它.如果阁下能寄给我你们自己完成的类似的代码, 更加感激不尽了.
俺这里先给你作个揖.
use XML to organize the informatioin about all the cis courses offered in Fall 2001.for each course, the information includes course number, course title, instructor(s), time and classroom. Create a DTD file to declare the required markups and store the course information in an XML file. 需要xsl来存储显示信息.
write a java program that takes the XML file and DTD file as input, transforms the data into HTML so that the data can be properly displayed by a Web browser, and the writes the data into an HTML file.
总的来说:
input: xml, xsl, dtd,
output: html file
using: java
对熟悉这些概念的朋友这个小作业应该不难, 现在我的问题是: 对这些概念都不清楚, 只了解java, 各位能否寄给我或者告诉我哪里能有相关的sample(与这个作业特别相近的sample)和文章, 以便我这个门外汉在2到3天内能依葫芦画瓢似的完成它.如果阁下能寄给我你们自己完成的类似的代码, 更加感激不尽了.
俺这里先给你作个揖.