xsl-list
[Top] [All Lists]

RE: detecting a colon (':') within a para

2004-06-29 09:15:18
Sorry Naomi, I overlooked the word "last", so please use Michael's solution
- a much better one too :-)

Cheers,
<prs/> 

-----Original Message-----
From: Pieter Reint Siegers Kort 
[mailto:pieter(_dot_)siegers(_at_)elnorte(_dot_)com] 
Sent: Tuesday, June 29, 2004 10:29 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] detecting a colon (':') within a para

Hi Naomi,

You could use contains($var,':') in an xsl:if test.

HTH,
<prs/>

-----Original Message-----
From: Naomi Gronson [mailto:naomi_gronson(_at_)yahoo(_dot_)com]
Sent: Tuesday, June 29, 2004 10:18 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] detecting a colon (':') within a para

Is there anyway to find the following scenario:

<para>The following items you really need to know:</para>

I'd like to be able to find all para's that have a colon as their last
character and insert a processing instruction to tell the output-formatter
not to allow a page break.  I use processing instructions in many other
scenarios, but I've never had to look an elements actual content.  Any
suggestions would be appreciated.

Thanks!

Naomi


                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

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

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