[Home] [By Thread] [By Date] [Recent Entries]

  • To: xml-dev@l...
  • Subject: Error when trying to set DOM node value
  • From: Ram UGroups <ram_ugroups@y...>
  • Date: Wed, 30 Jul 2003 19:29:32 -0700 (PDT)

Hello,
I am using Xerces implementation in one of the
applications to update the value of a DOM element.
When I expect the element's old value to be replaced
with the new value, a few out of thousands of nodes
are being updated with the new value appended by
partial old value. Also, it is very inconsistent as to
how many characters of the old value are being
appended.

Eg:

If old element is <name>john,doe</name> and I say 

node.setValue (bob,finch)

few elements get updated to <name>bob,finchjoh</name>
and few to                 
<name>bob,finchjohn,doe</name>
and                        
<name>bob,finchjohn,</name>

and most percentage of the records are being udpated
fine. There is no pattern at all.

Could anybody throw any thoughts as to why this might
be happening.

Thanks very much.

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member