xsl-list
[Top] [All Lists]

Re: [xsl] selecting a element without it's child element

2010-11-10 04:57:21
Try

<xsl:variable name="filename"><xsl:value-of 
select="book/title/text()[1]"/></xsl:variable>

--Pankaj

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--