1<?xml version="1.0"?> 2<!-- 3 File: bottles.xml 4 Purpose: XSL Version of 99 Bottles of Beer 5 Author: Chris Rathman 1/10/2001 6 Desc: XML file used to define parameter constants 7 Tested: Xalan Version 1.1 and Saxon 5.4.1 8--> 9<?xml-stylesheet type="text/xsl" href="bottles.xsl"?> 10<bottles> 11<quantity>99</quantity> 12<container-plural>bottles</container-plural> 13<container-singular>bottle</container-singular> 14<item>beer</item> 15<location>on the wall</location> 16<retrieve>You take one down</retrieve> 17<distribute>pass it around</distribute> 18</bottles> 19