xml-format
Verified for current stable LTS
Xml Format Commands
Xml Format command syntax with verified terminal examples.
Commands
6 commands for Xml Format
xml-format Operations
Xml Format Command: Display Xml Help
xml fo --help xml-format Operations
Xml Format Command: Format Html Indent Four Spaces
xml fo -H -s <4> <path/to/input.html|URI> > <path/to/output.html> xml-format Operations
Xml Format Command: Format Xml From Stdin Drop Doctype
cat <path/to/input.xml> | xml fo -D > <path/to/output.xml> xml-format Operations
Xml Format Command: Format Xml Indent Tabs
xml fo -t <path/to/input.xml|URI> > <path/to/output.xml> xml-format Operations
Xml Format Command: Format Xml Omit Declaration
xml fo -o <path/to/input.xml|URI> > <path/to/output.xml> xml-format Operations
Xml Format Command: Recover Malformed Xml No Indent
xml fo -R -n <path/to/malformed.xml|URI> > <path/to/recovered.xml> Suggest a Xml Format Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Xml Format workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.