Skip to content

Instantly share code, notes, and snippets.

@xquery
Last active August 29, 2015 13:56
Show Gist options
  • Save xquery/9057019 to your computer and use it in GitHub Desktop.
Save xquery/9057019 to your computer and use it in GitHub Desktop.
playing around with this and @jpcs parser.xq, yes dashes ....
{
"p-pipeline": [
{
"name": "my-pipeline",
"p-import": "../test.xpl",
"p-source": {
"sequence": false
},
"p-results": {},
"myuri": "http://www.example.org/test.xslt",
"p-xslt": {
"stylesheet-href": myuri
},
"p-step": {
"p-type": "xslt",
"stylesheet-href": ""
},
"p-group": [
{
"p-identity": {}
}
],
"p-choose": [
{
"test": "1 = 1 ",
"p-xslt": {}
},
{
"other-pipe": {}
}
]
},
{
"name": "other-pipeline",
"p-count": {"limit":5}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment