xsl-list
[Top] [All Lists]

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

2021-02-22 16:33:16
On Mon, 2021-02-22 at 20:55 +0000, Wolfhart Totschnig
wolfhart(_dot_)totschnig(_at_)mail(_dot_)udp(_dot_)cl 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, 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>