"Maneshi Tuli" <[EMAIL PROTECTED]> wrote: > I want to count all rows for whom child col having attribute num='8' is not null [snip]
Questions like this should be asked on the XSL list ([EMAIL PROTECTED]). Try count(row[col[not(@num='8')]]) This actually counts row elements with a col child which doesn't have a num attribete with the value 8. HTH J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
