Integrate xml and xsl

Using the following eample
xmlxsl
Filename: coda.xml
Filename: coda.xsl
and this xml file build up an xsl file and integrate them in order to produce the following view:


Notice <?xml-stylesheet type="text/xsl" href="coda.xsl"?> tags in xml;
Notice that you will need to execute your xml file to get the view.