1
Answer

How do I parse XML from a serial port without using files?

Gordon Oliver

Gordon Oliver

12y
1.3k
1
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
Answers (1)