Logo

XQuery Element Constructors

Generate an example structure, and complete the title based on the query result:

<example>
  <title> { $i//title }</title>
</example>

may return:

<example>
  <title>The retrieved title</title>
</example>

Ivan Herman, W3C Head of Offices16 July, 20028 (17)