View Single Post
  #13 (permalink)  
Old 07-02-2008, 10:59 AM
pao pao is offline
Member
 
Join Date: Jun 2008
Posts: 41
pao is on a distinguished road
I would use JDOM or something similar, and update the text value of schedule\description if this is the only speed you are interested.

Why are you using string replace methods if you have an xml file?

Surely the reason you created the xml schema was to describe some data and make it easier to work with than a string?
Reply With Quote