An open API service indexing awesome lists of open source software.

https://github.com/loresoft/xmlformatter

Format Xml Documents
https://github.com/loresoft/xmlformatter

Last synced: 11 months ago
JSON representation

Format Xml Documents

Awesome Lists containing this project

README

          

# XmlFormatter

Format Xml Documents

## Features

* Indent and format Xml
* Attribute wrapping
* Standard Input/Output

## Usage

XmlFormatter v1.0.0.0

Must use either /stdin or /f: switch.

XmlFormatter.exe /f: /o: /Indent

- OPTIONS -

/stdin Use stdin/stdout mode. (/s)
/File: XML file to be formatted. (/f)
/Output: Formated XML file. (/o)
/Indent Indent XML elements. (/I)
/NewLineOnAttributes Write attributes on a new line. (/N)
/OmitDeclaration Omit XML declaration. (/O)
/CheckCharacters Do character checking. (/C)
/NewLineChars: Character string to use for line breaks.
/IndentChars: Character string to use when indenting.