Re: [xsl] How can the mere switch from DTD to XSD in the source document affect how a stylesheet handles white space?

Subject: Re: [xsl] How can the mere switch from DTD to XSD in the source document affect how a stylesheet handles white space?
From: "Liam R. E. Quin liam@xxxxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 22 Feb 2021 22:33:10 -0000
On Mon, 2021-02-22 at 20:55 +0000, Wolfhart Totschnig
wolfhart.totschnig@xxxxxxxxxxx wrote:
> 
> So this is a Saxon-specific issue?

No. it's a difference between XSLT 1 and 2, and DTD-less vs. with a
DTD. The _only_ whitespace that can officially be dropped by an XML
parser is when a DTD is in use and the DYD says an elememt only has
elmeent children, not #PCDATA. oher schemas, such as W3C XSD or
RelaxNG, are processed _after_ the XML is parsed and such spaces have
been (or not been) dropped based on the DTD.

What is processor-dependent is ways to mitigate this when it's a
difficulty.

Note (there was another thread on this recently) that a language
defined in XML can say that white-space in certain context is ignored,
as happend when an XSLT stylesheet itself is read.

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