[Home] [By Thread] [By Date] [Recent Entries]
Hello, I want to match a node A that has a child B with an @attr = 1. I tried this, but it didn't work: <xsl:template match="//A[B/@attr = 1]"> also this didn't work: <xsl:template match="//A[B[@attr = 1]]"> Does anyone know how to do it? Thanks. Cristobal
|

Cart



