XML Data Views

Evaluate your own query


Note: all of your queries need to be relative to the variable $PublicView

If you have selected any radio buttons below, they will take precedence over your query. You can force the page to reset (i.e. clear the button selection) by pressing Ctrl+F5

OR

Try a predefined query:


Materialize the public view
Query1
for $s in $PublicView//PI
return {$s }

Query 2
for $s in $PublicView//projects/project
return { $s }

Query 3
for $s in $PublicView//projects
return {$s }


Query 4
for $s in $PublicView//project
return { $s }