Subject: RE: Accessing text between nodes
From: Bryan Tulloch <b.tulloch@xxxxxxxxxxxxx>
Date: Wed, 27 Jun 2001 14:26:17 +0100
|
Yogesh,
The reason you got this output is that when you select the value of "." you
get the text value of the current node and its child-nodes.
Bryan
-----Original Message-----
From: Yogesh [mailto:yogeshd@xxxxxxxxxx]
Sent: Wednesday, June 27, 2001 2:06 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: 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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|
Oliver Becker - Wed, 27 Jun 2001 09:20:29 -0400 (EDT)
Bryan Tulloch - Wed, 27 Jun 2001 09:33:16 -0400 (EDT) <=
|
|