Files
2025-02-26 14:49:25 +07:00

18 lines
597 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<xsl:output method="xml" indent="yes" media-type="text/xml"
omit-xml-declaration="no" encoding="UTF-8"/>
<!-- the stylesheet processing entry point -->
<xsl:template match="/">
<xsl:processing-instruction name="xml-stylesheet">
<xsl:text>href="xsl/sr_html.xsl" type="text/xsl"</xsl:text>
</xsl:processing-instruction><xsl:copy-of select="dataset"/>
</xsl:template>
</xsl:stylesheet>