Updating the XMLDocument in Tamino

Hi! There,

How does the Tamino Update works in the TaminoAPI4J version.

Basically I have a huge XML document and displaying a part of values in the a JSP for User modification. I need to now update the XML document in regard to these changes.

Is it that I need to build the whole document once again and update the previous document with the InoID. Orelse, is it Ok if I construct a element that reflects these changes and then update the document with the InoID.

Any comments in the regard,

Thanks and Regards,
Ravi Chamarthy.

With currently available Tamino server and TaminoAPI4J version, you have to provide the whole document for the update. We are working on this and the next Tamino server / TaminoAPI4J version will have the ability to update subtrees of a document.