[
Lists Home |
Date Index |
Thread Index
]
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
|