Help for this page

Select Code to Download


  1. or download this
    //*[starts-with(name(), "tag")]
    
  2. or download this
    //target/*[starts-with(name(), "tag")]
    //result/target/*[starts-with(name(), "tag")]
    
  3. or download this
    /result/target/*[starts-with(name(), "tag")]