xsl-list
[Top] [All Lists]

Re: [xsl] instance-of schema-element

2008-03-14 11:06:36
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 appreciée au monde. 
http://mail.yahoo.fr


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--