I would like to reuse some existing code in our code base that accepts an XMLStreamReader my application has the required data as a w3c Document.
I have the following XML code <class name=\"ContentStreamer\"> <method name=\"sendAudio\"> <criteria>medium</criteria>
I have an Xml Stream that I\'d like to read into an XElement. I\'ve seen samples that use XmlTextReader but I need it in an XElement.
I am using XMLWriter for generating the xml. Now I want to read this xml with some Reader library/framework. Is there any complement开发者_运维知识库ary framework/library available for this.