File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / XPath / tests / idsimple
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:38:02 2012 UTC (12 years, 4 months ago) by misho
Branches: libxml2, MAIN
CVS tags: v2_9_1p0, v2_9_1, v2_8_0p0, v2_8_0, v2_7_8, HEAD
libxml2

    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>