This file contains the 3rd tutorial on XML, entitled "Specs"

Its objectives are :
Familiarisation with the W3C documentation
and the possibilities of automatic transformation of an XML file.

The timing is purely indicative.
Total estimated timing : 8 minutes.

X. Gonze 2003-10-03

=======================================================================

Using your favourite browser, examine :
http://www.w3.org/XML/

Then, examine the page 
http://www.w3.org/TR/1998/REC-xml-19980210

After examining it a few minutes, come back to the beginning
of the page. Note that there are five links to 

http://www.w3.org/TR/1998/REC-xml-19980210 
http://www.w3.org/TR/1998/REC-xml-19980210.xml 
http://www.w3.org/TR/1998/REC-xml-19980210.html 
http://www.w3.org/TR/1998/REC-xml-19980210.pdf 
http://www.w3.org/TR/1998/REC-xml-19980210.ps 

These five documents have been created from the same XML
file, automatically.

Edit the xml version, also contained in the present
directory, as
REC-xml-19980210.xml

Compare the xml file to the html file appearing in your browser.

Check the validity of this xml file :
xmllint --valid --noout REC-xml-19980210.xml

