<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="2.0"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
  xmlns="http://www.w3.org/1999/xhtml"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  exclude-result-prefixes="xhtml xsl xs">
<xsl:output method="html" version="1.0" encoding="UTF-8" doctype-public="-//W3C//DTD XHTML 1.1//EN" doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" indent="yes"/>
<xsl:param name="url"/>

<xsl:template match="/">
<html><head>
  <script language="Javascript"><![CDATA[
    window.addEventListener( "load", function( ) { alert( "There are " + document.getElementsByTagName( "li" ).length + " articles in this category." ); }, false );
  ]]></script>
  <style type="text/css"><![CDATA[
    * { font-family: sans-serif; }
  ]]></style>
</head><body>
  <ul>
    <a class="xslt" data-xsl="/code/xslt/list.xsl" href="/computer">Link</a>
  </ul>
</body></html>
</xsl:template>

</xsl:stylesheet>

