How to convert HTML to XHTML from .Net code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am getting a HTML string from database.
I need to convert this string to XHTML string, and assign it as a text to a
XML node.
My application is a .NET windows service, which will get scheduled every
night.
What approach should I follow for conversion of text from HTML to XHTML?
Is there any kind of API for this conversion which can be called from the
code?

Thanks,
abn
 
Back
Top