xsl-list
[Top] [All Lists]

Re: [xsl] Retrieve part of node

2006-10-05 09:23:19

$node/text()[1]

or 

$node/br[1]/preceding-sibling::node()

depending on what you want in the general case.

David



--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>