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:
parent
3fd2da89bb
commit
cbd7a0e7cd
14 changed files with 20 additions and 20 deletions
|
@ -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:
|
||||
|
||||
|
|
8
pages/common/xml-depyx.md
Normal file
8
pages/common/xml-depyx.md
Normal 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`
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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`
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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):
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue