Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephane Crozat
hdoc
Commits
3acf30ea
Commit
3acf30ea
authored
Jan 04, 2017
by
simei.yin
Browse files
test function chain
parent
48f0e5c7
Changes
1
Show whitespace changes
Inline
Side-by-side
hdoc_to_basex/basex/xquery/main.xq
View file @
3acf30ea
...
...
@@ -5,4 +5,6 @@ import module namespace myNs = "https://gitlab.utc.fr/crozatst/hdoc/tree/master/
(: myNs:searchDocByTitle('^NF29_HdocEtherpad$', //document ):)
(: myNs:searchSectionByTitle('contenu', //document) :)
myNs:searchDocByAuthor
(
'Montangé'
,
//
document
)
\ No newline at end of file
(: myNs:searchDocByAuthor('montangé', //document) :)
myNs:searchSectionByTitle
(
'xml'
,
myNs:searchDocByAuthor
(
'montangé'
,
//
document
))
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment