From cbd7a0e7cdfcb5e3a5a703c87405cca5743302f3 Mon Sep 17 00:00:00 2001 From: Daniel Birket Date: Sun, 15 Aug 2021 07:19:09 -0400 Subject: [PATCH] xml: Changed "More information:" link. --- pages/common/xml-canonic.md | 2 +- pages/common/xml-depyx.md | 8 ++++++++ pages/common/xml-edit.md | 2 +- pages/common/xml-elements.md | 2 +- pages/common/xml-escape.md | 2 +- pages/common/xml-format.md | 2 +- pages/common/xml-list.md | 2 +- pages/common/xml-p2x.md | 8 -------- pages/common/xml-pyx.md | 2 +- pages/common/xml-select.md | 2 +- pages/common/xml-transform.md | 2 +- pages/common/xml-unescape.md | 2 +- pages/common/xml-validate.md | 2 +- pages/common/xml.md | 2 +- 14 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 pages/common/xml-depyx.md delete mode 100644 pages/common/xml-p2x.md diff --git a/pages/common/xml-canonic.md b/pages/common/xml-canonic.md index 5de4434de..496577d4b 100644 --- a/pages/common/xml-canonic.md +++ b/pages/common/xml-canonic.md @@ -1,7 +1,7 @@ # xml-canonic > XMLStarlet toolkit: Make XML documents canonical. -> More information: . +> More information: . - Display help for `canonic` subcommand: diff --git a/pages/common/xml-depyx.md b/pages/common/xml-depyx.md new file mode 100644 index 000000000..2659277a6 --- /dev/null +++ b/pages/common/xml-depyx.md @@ -0,0 +1,8 @@ +# xml-depyx + +> XMLStarlet toolkit: Convert a PYX document to XML format. (ESIS - ISO 8879). +> More information: . + +- Display help for `depyx` subcommand: + +`xml depyx --help` diff --git a/pages/common/xml-edit.md b/pages/common/xml-edit.md index c9fcecc15..c29804ef3 100644 --- a/pages/common/xml-edit.md +++ b/pages/common/xml-edit.md @@ -1,7 +1,7 @@ # xml-edit > XMLStarlet toolkit: Edit an XML document. -> More information: . +> More information: . - Display help for `edit` subcommand: diff --git a/pages/common/xml-elements.md b/pages/common/xml-elements.md index d507f9df3..9e2a5c704 100644 --- a/pages/common/xml-elements.md +++ b/pages/common/xml-elements.md @@ -1,7 +1,7 @@ # xml-elements > XMLStarlet toolkit: Diaplay element structure of an XML document. -> More information: . +> More information: . - Display help for `elements` subcommand: diff --git a/pages/common/xml-escape.md b/pages/common/xml-escape.md index 58808c97b..a210aac50 100644 --- a/pages/common/xml-escape.md +++ b/pages/common/xml-escape.md @@ -1,7 +1,7 @@ # xml-escape > XMLStarlet toolkit: Escape special XML characters. -> More information: . +> More information: . - Escape special XML characters in a string: diff --git a/pages/common/xml-format.md b/pages/common/xml-format.md index 1e57c8947..a46ae1c46 100644 --- a/pages/common/xml-format.md +++ b/pages/common/xml-format.md @@ -1,7 +1,7 @@ # xml-format > XMLStarlet toolkit: Format an XML document. -> More information: . +> More information: . - Display help for `format` subcommand: diff --git a/pages/common/xml-list.md b/pages/common/xml-list.md index 03fc0cd21..349da2dd1 100644 --- a/pages/common/xml-list.md +++ b/pages/common/xml-list.md @@ -1,7 +1,7 @@ # xml-list > XMLStarlet toolkit: List a directory as XML. -> More information: . +> More information: . - Display help for `list` subcommand: diff --git a/pages/common/xml-p2x.md b/pages/common/xml-p2x.md deleted file mode 100644 index 40f55fe0e..000000000 --- a/pages/common/xml-p2x.md +++ /dev/null @@ -1,8 +0,0 @@ -# xml-p2x - -> XMLStarlet toolkit: Convert a PYX document to XML format. (ESIS - ISO 8879). -> More information: . - -- Display help for `p2x` subcommand: - -`xml p2x --help` diff --git a/pages/common/xml-pyx.md b/pages/common/xml-pyx.md index b527edcde..e5c1a2389 100644 --- a/pages/common/xml-pyx.md +++ b/pages/common/xml-pyx.md @@ -1,7 +1,7 @@ # xml-pyx > XMLStarlet toolkit: Convert XML documents to PYX format. (ESIS - ISO 8879). -> More information: . +> More information: . - Display help for `pyx` subcommand: diff --git a/pages/common/xml-select.md b/pages/common/xml-select.md index 6c4cbbf4f..0dd2ea101 100644 --- a/pages/common/xml-select.md +++ b/pages/common/xml-select.md @@ -1,7 +1,7 @@ # xml-select > XMLStarlet toolkit: Select from XML documents. -> More information: . +> More information: . - Display help for `select` subcommand: diff --git a/pages/common/xml-transform.md b/pages/common/xml-transform.md index db140f5ce..ecb26f6f4 100644 --- a/pages/common/xml-transform.md +++ b/pages/common/xml-transform.md @@ -1,7 +1,7 @@ # xml-transform > XMLStarlet toolkit: Transform XML documents using XSLT. -> More information: . +> More information: . - Display help for `transform` subcommand: diff --git a/pages/common/xml-unescape.md b/pages/common/xml-unescape.md index f788eef0f..15b72dd91 100644 --- a/pages/common/xml-unescape.md +++ b/pages/common/xml-unescape.md @@ -1,7 +1,7 @@ # xml-edit > XMLStarlet toolkit: Un-escape special XML characters. -> More information: . +> More information: . - Unescape special XML characters from a string: diff --git a/pages/common/xml-validate.md b/pages/common/xml-validate.md index c947d9816..d9201c102 100644 --- a/pages/common/xml-validate.md +++ b/pages/common/xml-validate.md @@ -1,7 +1,7 @@ # xml-validate > XMLStarlet toolkit: Validate XML documents. -> More information: . +> More information: . - Validate XML document for well-formedness only (default): diff --git a/pages/common/xml.md b/pages/common/xml.md index 499baf3fd..7f508562d 100644 --- a/pages/common/xml.md +++ b/pages/common/xml.md @@ -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: . +> More information: . - Execute a subcommand with input from a file or URI and using standard output: