What
to look for in a DTD XML tutorial
There are
many tutorials found in the internet for dtd and xml. Almost all of
them are free. You can expect to learn the basics of xml and how dtd
is associated with the xml document.
_______________________________________________
_______________________________________________
Delivering
the basics in a simple fashion is necessary for any tutorial. The relation
between dtd and xml should be given clearly.
A simple
example of an xml document and a dtd document and how they are related
to each other can be given. Checking for the validity of an xml document
based on the dtd should also be explained.
A beginner
who is working in xml and dtd would tend to forget all the syntax easily
hence these tutorials could suggest some free xml and dtd editors that
the user can download and use while they learn dtd and xml.
Generating
a dtd from the xml file and then working on that dtd would be easy for
any user. This approach can be explained.
The syntax
of all the elements / components of the dtd should be clearly explained
and how the dtd is linked to an xml document should also be explained
clearly.