Greetings,
Im very confused right now.
So far I can run LINQ Xml queries on a given xml file and output the results to datagridview/listboxes.
I now want to output the results of a query into a form control that displays html e.g. Webbrowser
I can do this via a standard xml file and transform via xml stylesheet into html output.
I now am unsure what conversions need to take place to allow me to do this using the output from the LINQ xml query.
I was thinking LINQ query to System IO stream then into xmlTextreader, can this be done?
Any advice on how to get the anonymous type output from the LINQ query into a suitable datatype to allow transformation to html would be appreciated.
Thanks
Rob
Im very confused right now.
So far I can run LINQ Xml queries on a given xml file and output the results to datagridview/listboxes.
I now want to output the results of a query into a form control that displays html e.g. Webbrowser
I can do this via a standard xml file and transform via xml stylesheet into html output.
I now am unsure what conversions need to take place to allow me to do this using the output from the LINQ xml query.
I was thinking LINQ query to System IO stream then into xmlTextreader, can this be done?
Any advice on how to get the anonymous type output from the LINQ query into a suitable datatype to allow transformation to html would be appreciated.
Thanks
Rob