<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	 xmlns:dc="http://purl.org/dc/elements/1.1/"
	 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	 xsl:version="1.0"
	 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	 >
 <rdf:Description rdf:about="">
   <rdfs:seeAlso
       rdf:resource="http://www.w3.org/TR/xslt#result-element-stylesheet" />
   <rdfs:seeAlso
       rdf:resource="http://www.w3.org/2001/tag/issues.html#xmlFunctions-34" />
   <rdfs:seeAlso
       rdf:resource="http://www.w3.org/2001/tag/issues.html#nsMediaType-3" />
   <dc:description>The start tag of the root element
   of this document seems to say that it's an RDF/XML document.
   But it also says that it's an XSLT literal result element.
   And the element after this one doesn't parse as RDF/XML.
   But after you run it thru an XSLT processor, the result
   *is* RDF/XML. So when it's served up as application/xml,
   what GRDDL results does it have, if any?
   </dc:description>
   <dc:description>
     <xsl:value-of select="2+2" />
   </dc:description>
 </rdf:Description>
</rdf:RDF>