xsl-list
[Top] [All Lists]

Re: [xsl] Problem with Positional Grouping from MSXML

2007-02-02 06:10:46
David Carlisle wrote:

<xsl:for-each-group select="b:p"
  
group-starting-with="b:p[b:pPr/b:pStyle[(_at_)b:val=('BodyHeading','NumberedText','Text')]]">

From this line I understand that the XPath 2.0 "=" operator allows to test an atomic value (like the string that the attribute value is coerced into) against a sequence and returns true if the atomic value equals any of the members of the sequence.

If this is true, where I can find more information about this feature and its prerequisites? I have searched the relevant W3C specifications up and down, but in vain.

  Yves


--~------------------------------------------------------------------
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>
--~--