Annotation of embedaddon/libxml2/result/XPath/tests/idsimple, revision 1.1.1.1

1.1       misho       1: 
                      2: ========================
                      3: Expression: //*[@id="root"]
                      4: Object is a Node Set :
                      5: Set contains 1 nodes:
                      6: 1  ELEMENT EXAMPLE
                      7:     ATTRIBUTE id
                      8:       TEXT
                      9:         content=root
                     10:     ATTRIBUTE prop1
                     11:       TEXT
                     12:         content=gnome is great
                     13:     ATTRIBUTE prop2
                     14:       TEXT
                     15:         content=& linux too
                     16: 
                     17: ========================
                     18: Expression: //*[@id="chapter2"]
                     19: Object is a Node Set :
                     20: Set contains 1 nodes:
                     21: 1  ELEMENT chapter
                     22:     ATTRIBUTE id
                     23:       TEXT
                     24:         content=chapter2
                     25: 
                     26: ========================
                     27: Expression: //*[@id="chapter5"]
                     28: Object is a Node Set :
                     29: Set contains 1 nodes:
                     30: 1  ELEMENT chapter
                     31:     ATTRIBUTE id
                     32:       TEXT
                     33:         content=chapter5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>