Suppose I have an XML file containing data (e.g. books, Australian birds, CDs). Suppose I have also created an XSL file that describes the display information. Then all I need do to link the two together is insert the line
<?xml-stylesheet type="text/xsl" href="name_of_xslfile.xsl"?>
as the second line of the XML file. |