~zorba-coders/zorba/bug-957580

« back to all changes in this revision

Viewing changes to doc/zorba/options.dox

  • Committer: Tarmac
  • Author(s): Sorin Marian Nasoi
  • Date: 2012-03-16 12:38:03 UTC
  • mfrom: (10720.2.8 fix_warnings_fedora)
  • Revision ID: tarmac-20120316123803-o22n385z0sbijhx2
Fixed warnings that appear in Fedora. Approved: William Candillon, Sorin Marian Nasoi, Matthias Brantner

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
are returned by an enclosed expression within a node constructor. 
109
109
 
110
110
The following query shows the usage of this hint. The query groups a number of
111
 
sale records by country, and prints the sales in each country within a <country>
 
111
sale records by country, and prints the sales in each country within a \code <country> \endcode
112
112
tag whose name attribute gives the name of the associated country. The optimizer
113
113
can use the for-serialization-only hint to avoid copying the $sale nodes when
114
 
it constructs each of the new <country> nodes.
 
114
it constructs each of the new \code <country> \endcode nodes.
115
115
 
116
116
\code
117
117
declare namespace opt = "http://www.zorba-xquery.com/options/optimizer";