Replaces the namespace colons (:) in the XML from the input XML reader with the dash (-) and writes the resulting XML using the output XML writer.
E.g. atom:item element is translated to atom-item element.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- inputReader
- Type: System.Xml XmlReader
Input XML reader
- outputWriter
- Type: System.Xml XmlWriter
Output XML writer
See Also