basic-css-17-Examples-xml-table-2.xml / xml
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> <?xml-stylesheet type="text/css" href="xml-table-2.css"?> <favorites> <title> Table: My favorite records. </title> <cols> <album/> <artist/> <released/> </cols> <headings> <record> <album> album </album> <artist> artist </artist> <released> released </released> </record> </headings> <records> <record> <album> Rubber Soul </album> <artist> The Beatles </artist> <released> 1965 </released> </record> <record> <album> Brown Eyed Girl </album> <artist> Van Morrison </artist> <released> 1967 </released> </record> <record> <album> Queen II </album> <artist> Queen </artist> <released> 1974 </released> </record> <record> <album> Mellon Collie and the Infinite Sadness </album> <artist> The Smashing Pumpkins </artist> <released> 1995 </released> </record> </records> <footers> <record> <album> album </album> <artist> artist </artist> <released> released </released> </record> </footers> </favorites>
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.