[Home] [By Thread] [By Date] [Recent Entries]
I have the following XML:
<p> text1 <br/>
text2 <br/>
text3 <br/>
.
.
.
<p/>
I want get only the text1 or text2 or text3 or ...
if i use <xsl:value-of select="p" /> i get text1+text2+text3+...
if i use <xsl:value-of select="p/text()" /> i get only text1.
How can i do ?
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



