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
cduce
cduce
Commits
8690bdc0
Commit
8690bdc0
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2005-04-29 12:55:00 by cmiachon] Empty log message
Original author: cmiachon Date: 2005-04-29 12:55:00+00:00
parent
5a5d2e94
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/tutorial/queries.xml
View file @
8690bdc0
...
...
@@ -405,7 +405,7 @@ we skip the tag :
<code>
<![CDATA[<_ ..>]]>
</code>
, then
we then capture the corresponding title
<code>
<![CDATA[(t &title)]]>
</code>
then we skip authors
<code>
<![CDATA[_*]]>
</code>
until we find either Peter Buneman or Dan
s
Suciu
until we find either Peter Buneman or Dan Suciu
<code>
<![CDATA[ (<author>[<last>['Buneman']<first>['Peter']]| <author>[<last>['Suciu'] <first>['Dan']])]]>
</code>
,
then we skip the remaining authors
<code>
_*
</code>
,
and then ignore the tail of the sequence by writing
<code>
; _
</code>
...
...
Write
Preview
Markdown
is supported
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