Re: [xsl] Removing unwanted space

Subject: Re: [xsl] Removing unwanted space
From: "Liam R. E. Quin liam@xxxxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 4 Jun 2021 17:58:21 -0000
On Fri, 2021-06-04 at 12:41 +0000, Charles O'Connor
coconnor@xxxxxxxxxxxx wrote:


>  In tables I fear that some line
> breaks will be junk and others used to get rendering they want, which
> will be near impossible to tease out. 

If you use DTD parsing, you can declare specific elements as being
element-only (by giving a list  of all  permitted element children
without #PCDATA), and then whitespace in such a context may be dropped
by the parser or application (e.g. Saxon) automatically.


Liam

-- 
Liam Quin,B 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: B http://www.fromoldbooks.org

Current Thread