to-xml.md documentation update (#2253)

* Update to-xml.md documentation to be consistent

* Capitalize bullet point items

* Add link to this document wthin `to.md`
This commit is contained in:
Joseph T. Lyons 2020-07-25 04:19:15 -04:00 committed by GitHub
parent 6b31a006b8
commit a77f0f7b41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View file

@ -4,7 +4,7 @@ Converts table data into XML text.
## Flags ## Flags
- `-p`, `--pretty` \<integer>: Formats the XML text with the provided indentation setting * `-p`, `--pretty` \<integer>: Formats the XML text with the provided indentation setting
## Example ## Example
@ -70,7 +70,7 @@ Converts table data into XML text.
Due to XML and internal representation, `to xml` is currently limited, it will: Due to XML and internal representation, `to xml` is currently limited, it will:
- only process table data loaded from XML files (e.g. `open file.json | to xml` will fail) * Only process table data loaded from XML files (e.g. `open file.json | to xml` will fail)
- drop XML prolog declarations * Drop XML prolog declarations
- drop namespaces * Drop namespaces
- drop comments * Drop comments

View file

@ -13,6 +13,7 @@ Converts table data into a string or binary. The target format is specified as a
* [to toml](to-toml.md) * [to toml](to-toml.md)
* [to tsv](to-tsv.md) * [to tsv](to-tsv.md)
* [to url](to-url.md) * [to url](to-url.md)
* [to xml](to-xml.md)
* [to yaml](to-yaml.md) * [to yaml](to-yaml.md)
*Subcommands without links are currently missing their documentation.* *Subcommands without links are currently missing their documentation.*