2 .\" mdnormalizer manual page.
3 .\" (C) 2006 Jonathan Pryor
5 .\" Jonathan Pryor (jonpryor@vt.edu)
7 .de Sp \" Vertical space (when we can't use .PP)
13 mdnormalizer \- Normalize XML Documents
19 is a program that normalizes the XML within the input documents.
22 consists of ensuring that the XML is well-formed. It is equivalent to the
23 following C# fragment:
25 XmlDocument doc = new XmlDocument ();
27 StreamWriter file = new StreamWriter (filename, false,
28 new System.Text.UTF8Encoding (false));
35 Visit http://lists.ximian.com/mailman/listinfo/mono-docs-list for details.
37 Visit http://www.mono-project.com for details