home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 100
/
FreelogNo100-NovembreDecembre2010.iso
/
Graphisme
/
Jshot
/
jshotinstall_1.3beta.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>