Converting a XML document into a Table in WPF

Avel

New Member
Is it possible to convert a XML document into a table to displayed dynamically . As my program generates XML during its execution and i need to display the contents of the xml document int the form of a table. As of now i am using a xmlreader parse through the document and put them statically into a datagrid. Is there any better way for doing it.?
 
Back
Top