View Single Post
  #5 (permalink)  
Old 07-02-2008, 10:09 AM
pankaj_salwan pankaj_salwan is offline
Member
 
Join Date: Jul 2008
Location: india
Posts: 24
pankaj_salwan is on a distinguished road
actually i m reading a file in a string and operation on it..see
the file is xml file and i parsed it using DOM and taken the value in description field ..i have a property file i want words in the property file to be changed with corresponding words in that string bt problem is in my code.. whenever it replaced speed with "his" it also replaced other occurences like "Speed is done" ...i want only speed to be changed...

i think now u got the problem...??
Reply With Quote