Skip to content

Instantly share code, notes, and snippets.

@mjlassila
Created January 12, 2011 09:49
Show Gist options
  • Save mjlassila/775951 to your computer and use it in GitHub Desktop.
Save mjlassila/775951 to your computer and use it in GitHub Desktop.
XQuery-koodilistaukset
<results>
{
for $b in /prices/book
return
<result>
{ $b/title }
{ $b//source }
</result>
}
</results>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment