<!--
In directory
/2001/sw/grddl-wg/td/
-->
<xsl:stylesheet version="1.0"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml" exclude-result-prefixes="html">

<!-- Output method XML -->
<xsl:output method="xml" 
  indent="yes"
  omit-xml-declaration="no" 
  encoding="utf-8"  />

 
  <xsl:template match="/">
    <rdf:RDF  
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
              >

      <rdf:Description rdf:about="">
        <rdfs:comment>Transformed by stylesheet from /2001/sw/grddl-wg/td/</rdfs:comment>
       </rdf:Description>


    </rdf:RDF>
  </xsl:template>
</xsl:stylesheet>