Advertisement
wandrake

Untitled

Mar 26th, 2013
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XBasic 0.12 KB | None | 0 0
  1. let $doc := doc("http://feeds.feedburner.com/incomaemeglio.xml")
  2. for $x in $doc//category/text()
  3. return fn:concat($x, "
  4. ")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement