Guest User

Untitled

a guest
Jan 22nd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. var xmlTempResultSearch = xmlResidentListDisplay.selectNodes(
  2. "//PeopleList/Row[contains(translate(@LastName, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz'), '" +
  3. txtSearch.value + "')]");
  4.  
  5. PeopleList/Row
  6. [contains(translate(@LastName,
  7. 'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
  8. 'abcdefghijklmnopqrstuvwxyz'), '"
  9. +
  10. translate(txtSearch.value,
  11. 'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
  12. 'abcdefghijklmnopqrstuvwxyz')'"
  13.  
  14. + "')]");
Add Comment
Please, Sign In to add comment