Help for this page

Select Code to Download


  1. or download this
    /*[ local-name() = "user"
        and position() = 1
      ]
    ...
        and contains(string(), "suburb2")
      ]
    
  2. or download this
    /*[ local-name() = "user"
      ]
    ...
        and @name = "Address line 2"
      ]
    
  3. or download this
    //entry[  @name = "Address line 2" ]