Friday, May 28, 2010

Fifth Test: Source code (once again)

Test source code:

<?xml version="1.0" encoding="ISO-8859-1"?> 
<?xml-stylesheet type="text/xsl" href="cdcatalog.xsl"?> 
<catalog> 
 <cd> 
   <title>Empire Burlesque</title> 
   <artist>Bob Dylan</artist> 
   <country>USA</country> 
   <company>Columbia</company> 
   <price>10.90</price> 
   <year>1985</year> 
 </cd> 
</catalog> 

Back to Body text

1 comment: