Purchase Solution

Expanding XML, DTD, CSS files

Not what you're looking for?

Ask Custom Question

Expand the XML file a little bit by making sure that it is valid as well as well-formed.

"Create a DTD file that defines the format of the XML file. Also submit an updated version of the XML file that is linked to the DTD file.

To clarify :
? You will need to turn in three files for this project:
o Your DTD file. (The DTD needs to be contained in a separate file. (suggestion getting your DTD working as an internal DTD first and then once it is correct, work toward moving it outside of the XML file).
o A new version of the XML file you submitted last week renamed appropriately and updated to be linked to your DTD file.
o A new version of the CSS file you submitted last week renamed appropriately and updated for any changes you may have made to your XML file. (Note: changes to the XML file are not required, but are allowed if you would like to tweak it a little. But, if you make changes to your file, the changes must not make your file less complex or remove elements from the file you submitted last week.)
? There are no requirements for your DTD file other than it must validate the XML file
? Your XML file needs to contain at least one attribute.

Since I have to use Netbeans to create this XML file can you also using attach a Word document that clearly explain the assignment with screen shots.

Purchase this Solution

Solution Summary

The expert expands a XML file a little bit by making sure that it is valid as well as well-formed.

Solution Preview

I have created the DTD file for your books.xml and checked that it passes the validation. Slightly adjusted the Books.css so that ...

Purchase this Solution


Free BrainMass Quizzes
Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Basic Networking Questions

This quiz consists of some basic networking questions.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

C# variables and classes

This quiz contains questions about C# classes and variables.