[Home] [By Thread] [By Date] [Recent Entries]
> > <xsl:template match="note[count(para) > 1]"> > > note[para] is more readable IMHO. No point making your code more readable if it makes it wrong. note[para] means note[count(para) > 0] which is a different condition. Michael Kay http://www.saxonica.com/
|

Cart



