|
settings = new-object System.Xml.XmlWriterSettings $settings.CloseOutput = $true $settings.Indent = $true
|
|
System.Xml.XmlWriterSettings xws = new System.Xml.XmlWriterSettings(); xws.Indent = true; xws.IndentChars = " "; // This setting ...
|
|
xml version="1.0" encoding="utf-8"?> could be removed by adding a XMLWriterSettings // removing XML declaration, the default is false System.Xml.XmlWriterSettings xmlwtSettings = new ...
|
|
XmlWriterSettings.NewLineHandling property might help ( http://msdn2.microsoft.com/en-us/library/system.xml.xmlwritersettings.newlinehandling.aspx
|
|
Type: System.Xml . . :: . XmlWriterSettings. The XmlWriterSettings object used to configure the new XmlWriter instance. If this is null Nothing nullptr a null reference ( Nothing in Visual Basic ...
|
|
Note: This class is new in the .NET Framework version 2.0. Specifies a set ... System.Object System.Xml.XmlWriterSettings
|
|
Mono Class Library : System.Xml Namespace System.Xml.XmlWriterSettings Class: Note: This namespace, class, or member is supported only in version .NET 2.0 ...
|
|
The members of System.Xml.XmlWriterSettings are listed below. See Also: Inherited members from System.Object [ ...
|