Advertisement
Pingz

Untitled

Jan 29th, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. https://spreadsheets.google.com/feeds/list/<spreadsheet_id>/od6/public/values?alt=json
  2.  
  3. for $x in //root/feed/entry/*
  4. return
  5. <team>
  6. <teamname> {$x/gsx.teamname/_t//text()} </teamname>
  7. <kill> {$x/gsx.kill/_t//text()} </kill>
  8. <wwcd> {$x/gsx.wwcd/_t//text()} </wwcd>
  9. <point> {$x/gsx.point/_t//text()} </point>
  10. <all> {$x/gsx.all/_t//text()} </all>
  11. </team>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement