using com.saxonica.update package
Added by Norfaradilla Wahid almost 13 years ago
Hi Dr Michael,
I would like to know if I can find any example to access com.saxonica.update package available anywhere. I need to use the code to extract the target node of an update query .
Say for example, I have a query X. If the query is an update query, I would like get the target using getTargetNode() method.
I am not really good in programming. Hope you can help. *Please forgive my English. Thanks.
Regards, Dilla
Replies (1)
RE: using com.saxonica.update package - Added by Michael Kay over 12 years ago
I'm not sure if this question ever got a reply; we've had problems with the server and had to restore data from backups.
I would recommend using the programming interfaces in the s9api package (net.sf.saxon.s9api); the com.saxonica.update package contains the implementation code but you shouldn't need it directly.
There are examples of using s9api for XQuery Updates in the sample programs in the saxon-resources download.
Please register to reply