[Home] [By Thread] [By Date] [Recent Entries]
Hi, > <xsl:template > match="//body/namespace/form/snip/csf/div/center/p[position()= > 1]/a[position()=1][@href]"/> > [...] > > This removes the anchor element.. but I just want to remove > the "href" attribute of element. <xsl:template match="//body/namespace/form/snip/csf/div/center/p[1]/a[1]/@href"/> Cheers, Jarno
|

Cart



