[Bug 6538] [FS] Inconsistent following-sibling behaviour of attribute nodes

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6538





--- Comment #2 from Michael Dyck <jmdyck@ibiblio.org>  2009-02-08 07:05:48 ---
The XQuery test suite doesn't appear to have any tests for applying the
following-sibling axis to an attribute node. I suggest something like:

    <foo a='1' b='2' c='3'>
        <bar>4</bar>
        <bar>5</bar>
        <bar>6</bar>
    </foo>/@a/following-sibling::node()

yielding empty.

Similarly for preceding-sibling (but using @c, on the off-chance some
implementation thinks attributes a and b are preceding-siblings of
attribute c).


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Sunday, 8 February 2009 07:05:57 UTC