This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Does a transform understand base \ extension types?




Robert.Searle@CAN.XEROX.com 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]