Problems with XUpdate
Posted: Sun Oct 24, 2010 10:18 am
Hello,
I have some simple XUpdate examples which worked fine in Oxygen 11. But in Oxygen 12 I get error messages: e. g. "E [Saxon-EE XQuery 9.2.1.2] XQuery syntax error in #insert nodes doc#: Unexpected token "insert nodes" in path expression". I presume in Oxygen 11(Saxon) the default value for XUpdate was "on" and now it's off. I added a configuration file to the transformation scenario which contains
But I get the same error mesage like before.
Thanks for help
Margit
I have some simple XUpdate examples which worked fine in Oxygen 11. But in Oxygen 12 I get error messages: e. g. "E [Saxon-EE XQuery 9.2.1.2] XQuery syntax error in #insert nodes doc#: Unexpected token "insert nodes" in path expression". I presume in Oxygen 11(Saxon) the default value for XUpdate was "on" and now it's off. I added a configuration file to the transformation scenario which contains
Code: Select all
<configuration xmlns="http://saxon.sf.net/ns/configuration" edition="EE">
<xquery allowUpdate="true"/>
</configuration>
Thanks for help
Margit