home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 116
/
FreelogNo116-JuilletSeptembre2013.iso
/
ViePratique
/
JSesh
/
JSesh-install-6.3.2.exe
/
com
/
izforge
/
izpack
/
adaptator
/
styleSheet.xsl
< prev
next >
Wrap
Text File
|
2009-02-11
|
519b
|
18 lines
<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='1.0'>
<xsl:template match="*">
<xsl:copy>
<xsl:copy-of select="@*"/>
<xsl:apply-templates/>
</xsl:copy>
</xsl:template>
<xsl:template match="xfragment">
<xsl:apply-templates/>
</xsl:template>
<xsl:template match="/xfragment">
<xsl:copy>
<xsl:copy-of select="@*"/>
<xsl:apply-templates/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>