Re: [xsl] how to search for a new line in text

Subject: Re: [xsl] how to search for a new line in text
From: Mukul Gandhi <mukul_gandhi@xxxxxxxxx>
Date: Thu, 31 Mar 2005 23:51:21 -0800 (PST)
contains(text(), '&#xa;') should work (it will return
true or false) OR contains($text, '&#xa;')  (if the
text is stored in a variable).

(this is not tested)

Regards,
Mukul

--- "Ranjan K. Baisak" <ranjanbaisak@xxxxxxxxx> 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
> 
> 


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

Current Thread