|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: instance-of schema-element
Andrew Welch wrote:
> <xsl:if test="$foo instance of schema-element(foo)">
> ...does that mean $foo is validated at that point?
No. That will test if the dynamic type of $foo already matches
schema-element(foo). Interesting points:
http://www.w3.org/TR/xpath20/#dt-sequencetype-matching
http://www.w3.org/TR/xpath20/#dt-dynamic-type
Regards,
--drkm
_____________________________________________________________________________
Envoyez avec Yahoo! Mail. La boite email la plus appreciie au monde. http://mail.yahoo.fr
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






