Mianame
12-05-2008, 12:52 AM
My HTML class was a breeze until we got to XML, which I know absolutely nothing about. I keep trying to read the book and look up tutorials but it's pretty much all greek to me.
What I've managed to learn I used to try and do this homework, but I keep getting an error message. Can anyone tell me what's wrong with this?
<?xml version="1.0"?>
<?xml-stylesheet type="xsl" href="D:\Stuff\School\HTML\Project12\lab12-1solution.xsl"?>
<!DOCTYPE Video
[
<!ELEMENT Training-COurses (Adult-ed*)>
<!ELEMENT Adult-ed (CourseNumber) , (CourseName) , (CourseDescription)>
<!ELEMENT CourseNumber (#PCDATA)>
<!ELEMENT CourseName (#PCDATA)>
<!ELEMENT CourseDescription (#PCDATA)>
]
>
What I've managed to learn I used to try and do this homework, but I keep getting an error message. Can anyone tell me what's wrong with this?
<?xml version="1.0"?>
<?xml-stylesheet type="xsl" href="D:\Stuff\School\HTML\Project12\lab12-1solution.xsl"?>
<!DOCTYPE Video
[
<!ELEMENT Training-COurses (Adult-ed*)>
<!ELEMENT Adult-ed (CourseNumber) , (CourseName) , (CourseDescription)>
<!ELEMENT CourseNumber (#PCDATA)>
<!ELEMENT CourseName (#PCDATA)>
<!ELEMENT CourseDescription (#PCDATA)>
]
>