[
Lists Home |
Date Index |
Thread Index
]
Jeni Tennison wrote -
>...
> The process of serializing to a document in XSLT is managed by an
> xsl:output element. Perhaps there should be a similar xsl:input
> element that manages the process of parsing to a PSVI, so something
> like:
>
> <xsl:input validate="strict"
> schema="myschema.xsd"
> process-xinclude="yes" />
>
> 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.
>
Beautiful, just beautiful!
Tom P
|