XLST within a VB windows app

  • Thread starter Thread starter Adrian
  • Start date Start date
A

Adrian

Hi
No sure if xlst is the correct choice! or if it is how I would use it
from within a windows VB application!

I had XML data help in an xmlelements object and I want to format the data
and display it within my VB dotnet windows application. the data is not held
in a file it is received back from a web service, and I want to avoid
writing it as a file and reading it back!

What's the best way of doing this? any links to examples?
 
well i guess you could output it directly to a webbrowser control ,,,

regards

Michel Posseth [MCP]
 
Back
Top