xsl-list
[Top] [All Lists]

Re: [xsl] Removing unwanted space

2021-06-04 17:44:59
Ask an ye shall receive. Here's an example from a table (words have been 
changed to protect the innocent), though I think Peter's template would work 
fine here. However, there are gene names and yeast mating types that use markup 
on just parts of terms, and I'm not sure how it would work on them:

                  <td colspan="5" valign="middle">
                     <p>
                        <bold>Curds:</bold> sha la la la la lee</p>
                     <p>
                        <bold>Whey: </bold>here comes the nice</p>
                     <p>
                  </td>

-----Original Message-----
From: Liam R. E. Quin liam(_at_)fromoldbooks(_dot_)org 
<xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> 
Sent: Friday, June 4, 2021 6:05 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Removing unwanted space

*** External email: use caution ***



On Fri, 2021-06-04 at 21:42 +0000, Peter Flynn peter(_at_)silmaril(_dot_)ie 
wrote:
[...]


Pass all text nodes in mixed content through a template which will 
strip space from the start (if it's the first text node in an element) 
or the end (if it's the last text node in an element) or both (if it 
occurs somewhere else in the element.

Watch out for  input like

<p>The boy<em> splshed </em>through the puddles!</p> and, <p>It was very 
un<i>convent</i><b>ion</b>al to have to face a fully- charged nun.</p>


(I admit i didn't try Peter's template on these cases; however, that they are 
unusual does not make them unumportant).


--
Liam Quin, https://www.delightfulcomputing.com/
Available for XML/Document/Information Architecture/XSLT/ XSL/XQuery/Web/Text 
Processing/A11Y training, work & consulting.
Barefoot Web-slave, antique illustrations:  http://www.fromoldbooks.org


--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--


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