Thursday, March 3, 2011

Does XQuery (or XPath) have equivalents to Update, Insert, and Delete as well as Select?

I know how to find what I need from XML using XPath. The syntax takes a little getting used to, but it is quite powerful. I'm interested in learning XQuery also, but the SQL like syntax seems awkward. Even so, if it can provide not just a select equivalent, but also update, insert, and delete as SQL does, I will forgive all awkwardness.

So, does XQuery have equivalents to Update, Insert, and Delete as well as Select?

Does XPath have these equivalents that I have overlooked?

From stackoverflow

0 comments:

Post a Comment