0

I have got a quick question regarding XQuery update, Dose XQJ support implementing XQuery update facility to insert an element into an XML document?

Lucy
  • 471
  • 4
  • 12
  • 28

2 Answers2

0

This depends on the XQuery Processor and XQJ implementation you are working with. As an example, BaseX and Charles Foster's implementation of XQJ is one combination that in fact supports the XQuery Update Facility.

Christian Grün
  • 6,012
  • 18
  • 34
0

Zorba also supports XQJ and XQuery update. You can find out more at http://www.zorba-xquery.com/html/entry/2012/07/27/XQJ_From_Zorba

wcandillon
  • 2,086
  • 19
  • 19