1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

xml: Changed "More information:" link.

This commit is contained in:
Daniel Birket 2021-08-15 07:19:09 -04:00 committed by Starbeamrainbowlabs
parent 3fd2da89bb
commit cbd7a0e7cd
14 changed files with 20 additions and 20 deletions

View file

@ -1,7 +1,7 @@
# xml-canonic
> XMLStarlet toolkit: Make XML documents canonical.
> More information: <https://http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
> More information: <http://xmlstar.sourceforge.net/docs.php>.
- Display help for `canonic` subcommand:

View file

@ -0,0 +1,8 @@
# xml-depyx
> XMLStarlet toolkit: Convert a PYX document to XML format. (ESIS - ISO 8879).
> More information: <http://xmlstar.sourceforge.net/docs.php>.
- Display help for `depyx` subcommand:
`xml depyx --help`

View file

@ -1,7 +1,7 @@
# xml-edit
> XMLStarlet toolkit: Edit an XML document.
> More information: <https://http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
> More information: <http://xmlstar.sourceforge.net/docs.php>.
- Display help for `edit` subcommand:

View file

@ -1,7 +1,7 @@
# xml-elements
> XMLStarlet toolkit: Diaplay element structure of an XML document.
> More information: <https://http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
> More information: <http://xmlstar.sourceforge.net/docs.php>.
- Display help for `elements` subcommand:

View file

@ -1,7 +1,7 @@
# xml-escape
> XMLStarlet toolkit: Escape special XML characters.
> More information: <https://http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
> More information: <http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
- Escape special XML characters in a string:

View file

@ -1,7 +1,7 @@
# xml-format
> XMLStarlet toolkit: Format an XML document.
> More information: <https://http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
> More information: <http://xmlstar.sourceforge.net/docs.php>.
- Display help for `format` subcommand:

View file

@ -1,7 +1,7 @@
# xml-list
> XMLStarlet toolkit: List a directory as XML.
> More information: <https://http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
> More information: <http://xmlstar.sourceforge.net/docs.php>.
- Display help for `list` subcommand:

View file

@ -1,8 +0,0 @@
# xml-p2x
> XMLStarlet toolkit: Convert a PYX document to XML format. (ESIS - ISO 8879).
> More information: <https://http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
- Display help for `p2x` subcommand:
`xml p2x --help`

View file

@ -1,7 +1,7 @@
# xml-pyx
> XMLStarlet toolkit: Convert XML documents to PYX format. (ESIS - ISO 8879).
> More information: <https://http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
> More information: <http://xmlstar.sourceforge.net/docs.php>.
- Display help for `pyx` subcommand:

View file

@ -1,7 +1,7 @@
# xml-select
> XMLStarlet toolkit: Select from XML documents.
> More information: <https://http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
> More information: <http://xmlstar.sourceforge.net/doc/xmlstarlet.pdft>.
- Display help for `select` subcommand:

View file

@ -1,7 +1,7 @@
# xml-transform
> XMLStarlet toolkit: Transform XML documents using XSLT.
> More information: <https://http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
> More information: <http://xmlstar.sourceforge.net/docs.php>.
- Display help for `transform` subcommand:

View file

@ -1,7 +1,7 @@
# xml-edit
> XMLStarlet toolkit: Un-escape special XML characters.
> More information: <https://http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
> More information: <http://xmlstar.sourceforge.net/docs.php>.
- Unescape special XML characters from a string:

View file

@ -1,7 +1,7 @@
# xml-validate
> XMLStarlet toolkit: Validate XML documents.
> More information: <http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
> More information: <http://xmlstar.sourceforge.net/docs.php>.
- Validate XML document for well-formedness only (default):

View file

@ -2,7 +2,7 @@
> XMLStarlet toolkit: Query, edit, check, and transform XML documents.
> Subcommands: `canonic`, `edit`, `elements`, `escape`, `format`, `list`, `pyx`, `p2x`, `select`, `transform`, `unescape`, or `validate`.
> More information: <http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
> More information: <http://xmlstar.sourceforge.net/docs.php>.
- Execute a subcommand with input from a file or URI and using standard output: