Advertisement
Guest User

Untitled

a guest
Jan 24th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. set xpath to "
  2.    //h1[" & katIndex & "]/../../table//div[node() = \"Måndag\"]/following-sibling::b[" & MEAT_ALT_1 & "] |
  3.     //h1[" & katIndex & "]/../../table//div[node() = \"Måndag\"]/following-sibling::details[" & MEAT_ALT_1 & "] |
  4.     //h1[" & katIndex & "]/../../table//div[node() = \"Måndag\"]/following-sibling::b[" & MEAT_ALT_2 & "] |
  5.     //h1[" & katIndex & "]/../../table//div[node() = \"Måndag\"]/following-sibling:: details[" & MEAT_ALT_2 & "] |
  6.     //h1[" & katIndex & "]/../../table//div[node() = \"Måndag\"]/following-sibling::b[" & VEG_ALT & "] |
  7.     //h1[" & katIndex & "]/../../table//div[node() = \"Måndag\"]/following-sibling:: details[" & VEG_ALT & "]
  8.     "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement