Hi,
Currently I have a procedure which loads an xml file and takes the data from this file.
If I have a string instead of this xml file then how can I get the data from this string.
I mean, is it the same method as when opening an xml file and reading the data one at a time using the xmlreader and while in the loop get the value of the elements or attributes...
Thanks


Reply With Quote
