RE: [xml-dev] How to spell "No PSVI" in XSLT 2.0 ?

From
Evan Lenz <>
To
Jeni Tennison <>, Uche Ogbuji <>
Date
2002-05-14T06:29:57Z
ID
<>
Thread
RE: [xml-dev] How to spell "No PSVI" in XSLT 2.0 ?
Jeni Tennison wrote:
> An XSLT *processor* wouldn't have to support xsl:input, but an XSLT
> *application*, that supported parsing (and most probably
> serialization) would. Note that xsl:strip-space and xsl:preserve-space
> are also really about the parsing process.

No, xsl:strip-space and xsl:preserve-space are required for all XSLT
processors, whether or not they have control over parsing. They have special
status as intermediate operations on the *source tree*. It's possible to
break backward compatibility here, but that's the way it is in XSLT 1.0.

Evan