Re: [xsl] Removing unwanted space

Subject: Re: [xsl] Removing unwanted space
From: "Charles O'Connor coconnor@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 4 Jun 2021 22:44:54 -0000
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@xxxxxxxxxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, June 4, 2021 6:05 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Removing unwanted space

*** External email: use caution ***



On Fri, 2021-06-04 at 21:42 +0000, Peter Flynn peter@xxxxxxxxxxx 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

Current Thread