Creates a new System.Xml.XmlWriter instance using the filename and System.Xml.XmlWriterSettings object.
- outputFileName
- The file to which you want to write. The System.Xml.XmlWriter creates a file at the specified path and writes to it in XML 1.0 text syntax. The outputFileName must be a file system path.
- settings
- The System.Xml.XmlWriterSettings object used to configure the new System.Xml.XmlWriter instance. If this is null, a System.Xml.XmlWriterSettings with default settings is used.
An System.Xml.XmlWriter object.