Krishnakanth wrote:
> I want to compare each of the key values with the previous XML(ie,
> from the DB) and if particular node is already existing in the
> PreviousXML remove that node and create a new node with the new values
> and insert in to the PreviousXML.If the hashtable key values are not
> in the PreviousXML I can directly create the node and append to the
> PreviousXML.

So what's the problem? How you solve this will depend on what XML
library you're using etc. I generally use dom4j and stuff like that is
pretty trivial. (Well, actually, I do almost all XML manipulation w/
Ruby now :)

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to