commit 9811020bd9174d3905ed1dacb238154064787651
parent e01aeab31f971fcef6d563f4344afe84d7edf37d
Author: Emmanuel Benoist <emmanuel.benoist@bfh.ch>
Date: Wed, 4 Jun 2025 17:29:18 +0200
fixing syntax errors
Diffstat:
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/draft-donau.xml b/draft-donau.xml
@@ -46,7 +46,6 @@
<author fullname="Emmanuel Benoist" initials="E.B." surname="Benoist">
<organization>Bern University of Applied Sciences</organization>
<address>
- <address>
<postal>
<street>Höheweg 80</street>
<street></street>
@@ -181,7 +180,7 @@
The optional parameters that are containing binary data (the
signature) MUST be encoded using the Base 32 U Crockford encoding
- scheme <xref target=""base32-U-crockford"/>.
+ scheme <xref target="base32-U-crockford"/>.
</t>
</section>
@@ -368,8 +367,7 @@ The encoding works similarly to the standard, but uses another Base 32
Alphabet. The new alphabet is given in the Table <xref target="figure_base32_encoding"/>, below.
- <figure anchor="figure_base32_encoding" title="The Base 32 Encoding Alphabet.">
- <artwork name="" type="" align="left" alt=""><![CDATA[
+ <figure anchor="figure_base32_encoding" title="The Base 32 Encoding Alphabet."><artwork name="" type="" align="left" alt=""><![CDATA[
Value Encoding Value Encoding Value Encoding Value Encoding
0 0 9 9 18 J 27 V
1 1 10 A 19 K 28 W
@@ -381,8 +379,7 @@ Alphabet. The new alphabet is given in the Table <xref target="figure_base32_enc
7 7 16 G 25 S
8 8 17 H 26 T
- ]]></artwork>
- </figure>
+]]></artwork></figure>
To prevent optical character reading (OCR) problems, a system decoding binary data encoded with base 32 U Crockford MUST
@@ -419,7 +416,7 @@ MUST evaluate it as a V.
<references title="Normative References">
- &RFC2219;
+ &RFC2119;
&RFC3986;