xsl-list
[Top] [All Lists]

Re: how to search for a new line in text

2005-04-01 00:51:21
contains(text(), '
') should work (it will return
true or false) OR contains($text, '
')  (if the
text is stored in a variable).

(this is not tested)

Regards,
Mukul

--- "Ranjan K. Baisak" <ranjanbaisak(_at_)yahoo(_dot_)com> wrote:
I have to search for a new line in text node. Is
there
anyway to achieve this.

-Ranjan



              
__________________________________ 
Do you Yahoo!? 
Yahoo! Personals - Better first dates. More second
dates. 
http://personals.yahoo.com



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




                
__________________________________ 
Yahoo! Messenger 
Show us what our next emoticon should look like. Join the fun. 
http://www.advision.webevents.yahoo.com/emoticontest

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