I'm parsing XML that I'm receiving from a serial port connected device and i want to take advantage of the XML tags to process the data, however, I want to avoid writing to files.
Is there a way? I wanted to use XPathNavigator, but i don't see how i can avoid using a file as an intermediary buffer.
Thanks.
Gordon