XSLT Laboratory Session - Solutions

Here are sample XSLT files and the corresponding HTML output files for the queries:

  1. For finding the name of the proceedings: name.xsl and name.html.
  2. For finding titles of papers: titles.xsl and titles.html. Another way of finding titles of papers: titles2.xsl and titles2.html
  3. For finding full references of papers: references.xsl and references.html.
  4. For listing authors names first: references2.xsl and references2.html. Another version that uses rules rather than for-each: references3.xsl and references3.html