1
Reply

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

Gordon Oliver

Gordon Oliver

Oct 7 2012 1:32 AM
1.3k
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)