testing commit, please ignore
[kcls-web.git] / opac / skin / nogrey1 / xml / html_xsl.xml
1
2 <xsl:stylesheet version="1.0"
3         xmlns:xlink="http://www.w3.org/1999/xlink" 
4         xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
5
6         <xsl:output method="html" indent="yes" encoding="utf-8"/>
7         <xsl:template match="/">
8                 <xsl:copy-of select='/*[local-name()="html"]'/>
9         </xsl:template>
10 </xsl:stylesheet>