[xsl] Problem with Checking for a node.

Subject: [xsl] Problem with Checking for a node.
From: "Lakshmi narayana" <lchintala@xxxxxxxxxxxx>
Date: Mon, 11 Jul 2005 15:07:39 +0500
Hi 
<A name="A">
	<B name="dyd>
	<C name = "ttt>
	<D name = "ggg>
</A>

I want an xslt for this psuedo code.
<xsl:template-match="/">
	<xsl:apply-template />
</xsl:template>
<xsl:template match="node()|@*">
    If(the current node is not C){
	----some action
    }
< xsl:apply-template />
</xsl:template>

Thanks,
Laxmi Narayana Babu.

Current Thread