Right now I have my own update function that queries Tamino
for the full XML then has 3 different types of updates. You have an
insert update where the new XML fragment is inserted into the
Tamino database at the specified location, a delete update which
removes a node defined by XPATH from the full XML, and an update update
which uses xpath to find the right location then replaces the XML node.
update(xml, xpath, type, databaseId)
where xml is the fragment of XML that will be inserted, deleted, or updated,
xpath defines the location, type defines whether it is an insert update, delete
update, or update update.
I’m using XALAN’s XPathAPI to determine if I’m in the correct place before
I perform the operation. It all works (as of today
) I’m just worried about
speed. Right now it seems ok, but as my XML gets larger I’m pretty sure
that speed will become a huge factor.
I’m hoping the Tamino development group is keeping this in mind because
it really seems like functionality the database should have.
Thanks for the advice on Apache and IIS I hadn’t thought about that.
Thanks again!
Am
#webMethods-Tamino-XML-Server-APIs#API-Management#webMethods