A regex does not really work. You really need to keep track of which tag is connected with which tag.
e.g. <p> <p>this is a test</p> <p>It really is</p> </p> - running the regex above will remove the opening and closing <p> tag but running it on: <p>this is a test</p> <p>It really is</p> produces: this is a test</p> <p>It really is --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/DotNetDevelopment You may subscribe to group Feeds using a RSS Feed Reader to stay upto date using following url <a href="http://feeds.feedburner.com/DotNetDevelopment"> http://feeds.feedburner.com/DotNetDevelopment</a> -~----------~----~----~----~------~----~------~--~---
