init
This commit is contained in:
17
dcm4chee/default/conf/dcm4chee-wado/sr_xml_style.xsl
Normal file
17
dcm4chee/default/conf/dcm4chee-wado/sr_xml_style.xsl
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user