Subject: Re: Does a transform understand base \ extension types?
From: Francis Norton <francis@xxxxxxxxxxx>
Date: Fri, 30 Mar 2001 10:04:02 +0100
|
Robert.Searle@xxxxxxxxxxxxx wrote:
>
> Does a transform understand base \ extension types? For example I should be
> able to search any XML file and transform it with the xsd:anyType, right?
> Or, does Xalan not understand base \ sub types?
>
> <xsl:apply-templates select="xsd:anyType" />
>
XML Schema is currently in Proposed Recommendation [1]. Once it becomes
a stable Recommendation it is a WD requirement that XSL and Xpath "must"
support it [2].
Until then, no.
Francis.
[1] http://www.w3.org/XML/Schema
[2] http://www.w3.org/TR/xslt20req#section-Requirements (see point 3)
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|