~zorba-coders/zorba/binary_serialization

« back to all changes in this revision

Viewing changes to doc/zorba/impl_dep_features.dox

  • Committer: Gabriel Petrovay
  • Date: 2011-11-29 12:44:04 UTC
  • mfrom: (10553.1.4 zorba)
  • Revision ID: gabipetrovay@gmail.com-20111129124404-twfu6kw1poy2czgw
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
  <tr bgcolor="lightcyan">
217
217
    <td>W3C XQuery Update Facility 1.0</td>
218
218
    <td>The mechanism (if any) by which an external function can return an XDM instance and/or a pending update list to the invoking query.</td>
219
 
    <td>Zorba allows external functions to be implemented in C++. Such functions may return XDM instances. However, it is not possible to implement an updating external function.</td>
 
219
    <td>Zorba allows external functions to be implemented in C++. Such functions may return XDM instances. Moreover, external functions declared as updating may return pending update lists generated by any updating expression. However, it's not possible to create new update primtives and return those.</td>
220
220
  </tr>
221
221
  <tr bgcolor="lightcyan">
222
222
    <td>W3C XQuery Update Facility 1.0</td>
744
744
    <td>static</td>
745
745
    <td>no wildcards </td>
746
746
  </tr>
747
 
</table>*/
 
 
b'\\ No newline at end of file'
 
747
</table>*/