DotNetWikiBot Framework Documentation
This helper function removes all attributes of root XML/XHTML element (XML namespace declarations, schema links, etc.) to ease processing.

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Syntax

C#
public static string RemoveXMLRootAttributes(
	string xmlSource
)

Parameters

xmlSource
Type: System..::..String
XML source code.

Return Value

Type: String
Corrected XML source code.

See Also