Internet Programming
Project #4:Â Â XML, Schema and XSLT
1.   Write a completeXML file named textbooks.xml, in which youdescribe at least a partial list of the textbooks you are usingthis semester. You should include at least two distinct textbooks.If you are using only one text this semester, expand your list tocover the current academic year.
Your description of each book mustinclude the title, author(s), publisher, year of publication, andthe ISBN. For each author, specify the first and last name asdistinct values. Include both a name and website for the publisher.Optionally, try also to include any book-specific website(especially if it is distinct from the main publisher site, and ifits URL is not ridiculously long). Finally, specify the edition andcover type (paperback or hardcover) of each book you are using.Make sure your final XML document is well-formed.
2.  Write an XML Schema thatcan be used to validate textbooks.xml and name ittextbook.xsd . Finally, remember to modify yournew XML document so that it references your schema.
3. Develop an XSL Stylesheet for easyviewing of your textbook list and name it textbook.xsl