This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Accessing text between nodes


HI All ,
I need help for accessing text between nodes.
My Code is like this:
<Node>Hello
<SubNode>Hello Here!</SubNode>
<SubNode>Hello Here!</SubNode>
</Node>

Now I want to access text "Hello" from <Node>.When I use <xsl:value-of
select="."/>
It gives me Hello
		Hello Here!
		Hello Here!
But I dont want "Hello Here!" text.I want "Hello" text only.
Can anybody please help to get this.

Thanx in advance.
Yogesh.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]