| Author |
XSLT help
|
SANJAY KUMAR
Greenhorn
Joined: Mar 27, 2002
Posts: 25
|
|
Hi Friends, I ahve XML which has node like <A> <B> TEST</B> I am great </A> If I am reading <xsl:value-of select="A"/> I am getting output like TEST I am great Can some one guide me how to get only I am great. Thanks
|
SCJP, SCWCD , SCBCD
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
|
In this particular example, something like this might work:It gets the third node that's the child of that A element. But this might not be a good example of the general question you wanted to ask?
|
 |
 |
|
|
subject: XSLT help
|
|
|