From a642fb2d564513f2b1cced0f591f75e36ddea1a9 Mon Sep 17 00:00:00 2001 From: Matt Mundell Date: Mon, 3 Jun 2024 09:40:17 +0200 Subject: [PATCH 1/3] Change: GMP doc: add boxes around command structures --- src/schema_formats/HTML/HTML.xsl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/schema_formats/HTML/HTML.xsl b/src/schema_formats/HTML/HTML.xsl index bd8a9d7da..110c982bb 100644 --- a/src/schema_formats/HTML/HTML.xsl +++ b/src/schema_formats/HTML/HTML.xsl @@ -427,7 +427,7 @@ along with this program. If not, see . -
    +
    • @@ -656,7 +656,7 @@ along with this program. If not, see . -
        +
          Empty single element. @@ -693,11 +693,11 @@ along with this program. If not, see .
          • - Command +
            Command
          • - Response +
            Response
            From ee242c92b9cfbf1e7ca902c46147498962402dc2 Mon Sep 17 00:00:00 2001 From: Matt Mundell Date: Mon, 3 Jun 2024 09:59:12 +0200 Subject: [PATCH 2/3] GMP doc: print single string pattern in command-structure This prevents empty command structure boxes. It only affects three cases, the elements c, e and r (6.1, 6.2 and 6.3). These three elements are described with the pattern 'text' for simplicity. --- src/schema_formats/HTML/HTML.xsl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/schema_formats/HTML/HTML.xsl b/src/schema_formats/HTML/HTML.xsl index 110c982bb..f175345cf 100644 --- a/src/schema_formats/HTML/HTML.xsl +++ b/src/schema_formats/HTML/HTML.xsl @@ -661,6 +661,9 @@ along with this program. If not, see . Empty single element. + + + From f834093cda51c37fbb871d15adc5cdfcd1b04525 Mon Sep 17 00:00:00 2001 From: Matt Mundell Date: Mon, 3 Jun 2024 11:29:15 +0200 Subject: [PATCH 3/3] Change: GMP doc: start with Data Type Details RNC open --- src/schema_formats/HTML/HTML.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema_formats/HTML/HTML.xsl b/src/schema_formats/HTML/HTML.xsl index f175345cf..88b58b7f2 100644 --- a/src/schema_formats/HTML/HTML.xsl +++ b/src/schema_formats/HTML/HTML.xsl @@ -342,7 +342,7 @@ along with this program. If not, see . -
            +