The official web page for this course is http://www.austincc.edu/baldwin/Fall09/Itse1356WebPage/ITSE1356.htm.
Tutorial 3, Case 1, Professional Basketball Association, Page 135
For this assignment, you must successfully complete a modified version of Tutorial 3, Case 1, Professional Basketball Association from your textbook.
The ACC labs are not licensed to provide an XSLT processor program capable of validating XML documents against a DTD. Furthermore, you are not allowed to install your own software in the ACC labs.
I have searched the web extensively but have not been successful in finding a free online XML-validation service that can validate a local XML file with an external DTD.
The modifications that I describe below will convert your XML output file for this assignment from one having an external DTD to one having only an internal DTD. This makes it possible to validate your XML file using a well-known online validation program.
Complete steps 1 through 8 for this case from the textbook.
Substitute the following steps in place of steps 9 and 10 from the textbook:
9. Modify your file named edl.xml to cause the internal DTD to include the information from the file named teams.dtd (see Page 93 in the textbook).
10. Test your edl.xml file using the online validation program at http://validator.w3.org/#validate_by_upload (Click here to see the result of a successful validation. Note in particular the information in the green stripe.)
11. Correct any reported errors required to make the document valid. (Don't be concerned about warnings reported by the validation program.)
12. Remove the file named teams.dtd from the folder containing the file named edl.xml. Then open your edl.xml file in Internet Explorer and confirm that it looks like this image.
13 Submit only the file named edl.xml to satisfy this assignment. Do not submit your file named teams.dtd.
-end-
File: Asg04.htm