|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: getting sibling text
You may try like this ..
<xsl:template match="p">
<xsl:apply-templates select="span" />
</xsl:template>
<xsl:template match="span">
<xsl:value-of
select="normalize-space(following-sibling::text()[1])"
/>
</xsl:template>
(This is not tested)
Regards,
Mukul
--- jpk <jopaki@xxxxxxxxx> wrote:
> 'lo all,
>
> I need to isolate text 'Root level text'
>
> from xml source:
>
> <p>
> <span>whatever</span>
> Root level text
>
> </p>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam
> protection around
> http://mail.yahoo.com
>
>
__________________________________
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








