Search code examples
htmlxmlparsingscreen-scraping

How do I strip all the html out of database records, than create an xml file?


Im trying to figure out a way to strip out all html tags from records in a database, then create xml?

Any ideas?

Built on asp.net 2.0 with sql server


Solution

  • Check this question : Using C# regular expressions to remove HTML tags. What exactly did you mean by creating xml?