HI,
i have an xml file and i have to parse and modify its attributes values with given values.
eg: File file has one attribute
<Time>117854136 6</Time>
i have to write a program to read this attribute and have to set with the given value.
Could any one help in doing this??
thanks in advance
-SKumar
i have an xml file and i have to parse and modify its attributes values with given values.
eg: File file has one attribute
<Time>117854136 6</Time>
i have to write a program to read this attribute and have to set with the given value.
Could any one help in doing this??
thanks in advance
-SKumar
Comment