<?xml version='1.0'?>
<!--
     Transform with output in experimental media type.
 
-->
<xsl:stylesheet version="1.0" 
		xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
		xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<xsl:output method="text" media-type="x-no-such-type/x-no-such-subtype" />

<xsl:template match="/">
This file is in an experimental media-type that
may represent an RDF graph, using some as yet
undefined, text-to-graph technology.
</xsl:template>


</xsl:stylesheet>
