is it possible to parse XML variables without copying the content in a file?
I get the dataset information from a webservice and I need to parse the xml information got. I can do it copying this information into a temporary file and then, parse this file. Is it possi...