https://github.com/loresoft/xmlformatter
Format Xml Documents
https://github.com/loresoft/xmlformatter
Last synced: 11 months ago
JSON representation
Format Xml Documents
- Host: GitHub
- URL: https://github.com/loresoft/xmlformatter
- Owner: loresoft
- License: apache-2.0
- Created: 2015-06-19T15:27:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T16:01:21.000Z (over 10 years ago)
- Last Synced: 2025-03-25T18:50:47.764Z (11 months ago)
- Language: C#
- Size: 141 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.