[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Re: filtering problem
On 19/06/2010 19:12, Adrian Herscu wrote:
<xsl:template match="command[@failed=true()]"> You need to make sure this template only fires for the first command with @failed=true. For example <xsl:template match="command[@failed=true()][generate-id(.)=generate-id(@firstFailure)]"> But why are you using XSLT 1.0 with vendor extensions? If you can use Xalan, then you are almost certainly in an environment where you could use XSLT 2.0. Michael Kay Saxonica
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|