Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LINQ XML - Output problems.

Status
Not open for further replies.

rw409168

Programmer
Jul 16, 2009
95
GB
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top