Click here to Skip to main content
15,881,248 members
Articles / Web Development / ASP.NET

HTML fragments parsing and creation

Rate me:
Please Sign up or sign in to vote.
3.08/5 (9 votes)
15 Mar 20033 min read 83.9K   964   43  
Classes to parse HTML parts into an object tree and back
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HtmlFragments", "Fragments\HtmlFragments.csproj", "{EC590143-965D-469E-B81D-4095159BCFD7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FragmentsTest", "FragmentsTest\FragmentsTest.csproj", "{7A87C96D-AF8D-482D-A019-0D09B0C81945}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{EC590143-965D-469E-B81D-4095159BCFD7}.Debug.ActiveCfg = Debug|.NET
		{EC590143-965D-469E-B81D-4095159BCFD7}.Debug.Build.0 = Debug|.NET
		{EC590143-965D-469E-B81D-4095159BCFD7}.Release.ActiveCfg = Release|.NET
		{EC590143-965D-469E-B81D-4095159BCFD7}.Release.Build.0 = Release|.NET
		{7A87C96D-AF8D-482D-A019-0D09B0C81945}.Debug.ActiveCfg = Debug|.NET
		{7A87C96D-AF8D-482D-A019-0D09B0C81945}.Debug.Build.0 = Debug|.NET
		{7A87C96D-AF8D-482D-A019-0D09B0C81945}.Release.ActiveCfg = Release|.NET
		{7A87C96D-AF8D-482D-A019-0D09B0C81945}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions