View stylesheet

XML schema http://dd.eionet.europa.eu/schemas/Sense3-webtool/rdf.xsd
Output type RDF
Description RDF
XSL file rm-schema-from-rdf.xsl (Last modified: 25 Feb 2015 09:39 )
<xsl:stylesheet
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  version="1.0"
>
  <xsl:output method="xml"/>

  <xsl:template match="rdf:RDF">
    <xsl:copy>
      <xsl:copy-of select="*"/>
    </xsl:copy>
  </xsl:template>

</xsl:stylesheet>