-
html2xml and vice-versa
Dear All,
Any ideas of how convert html to xml and vice-versa using dotnet framework? Any samples in the form components, web services or libs?
Somebody says using Opensource - [HTML-Tidy] to convert html to xml. But I thought this software is used to clean up not well formed html page. How to use it to do HTML-XML conversion?
Thank you very much.
Best Regards,
The Rockyu
-
www.w3schools.com
look into xsl, but i'm not sure how you would use the .net framework to execute it....i don't think it would be necessary
as far as html to xml i don't know.