From b928eb3ec1dde7769070fac338b9788078fb16ed Mon Sep 17 00:00:00 2001 From: Matt Mundell Date: Mon, 3 Jun 2024 09:40:17 +0200 Subject: [PATCH 1/2] 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 b842d0e6bb3f3d4099b8de9a5e198e2f1b077c5f Mon Sep 17 00:00:00 2001 From: Matt Mundell Date: Mon, 3 Jun 2024 09:59:12 +0200 Subject: [PATCH 2/2] 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. + + +