DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Corrected XML source code.
This helper function removes all attributes of root XML/XHTML element
(XML namespace declarations, schema links, etc.) to ease processing.
Namespace: DotNetWikiBotAssembly: 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: StringCorrected XML source code.