summaryrefslogtreecommitdiffstats
path: root/libxslt/tests/general/bug-8-.xsl
blob: 40333e84b7928d8f6e2f2c6cbaadc82bb571fa17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version= "1.0"?>
                            
<xsl:stylesheet version="1.0" 
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  
  <xsl:import href="inner.xsl"/>
  
  <!-- Root Node -->
  <xsl:template match="/">
    <xsl:apply-templates/>
  </xsl:template>
  
</xsl:stylesheet>