GeSHi © 2004, Nigel McNie
- <xsl:stylesheet version="2.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <xsl:template match="/dependencies">
- <xsl:copy>
- <xsl:apply-templates
- select="//feature[outbound[text()='java.sql.Connection.commit()'] and outbound[contains(text(), 'setConnection')]]" />
- </xsl:copy>
- </xsl:template>
- <xsl:template match="@*|node()">
- <xsl:copy>
- <xsl:apply-templates select="@*|node()" />
- </xsl:copy>
- </xsl:template>
- </xsl:stylesheet>
Je hais XSLT, et c'est ma joie (de Groot).
une réaction
1 De Florent - 06/06/2007, 17:31
Tu as essayé les orties fraiches ?