|
10 | 10 | <!ENTITY RFC3987 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3987.xml">
|
11 | 11 | <!ENTITY RFC4291 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4291.xml">
|
12 | 12 | <!ENTITY RFC4329 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4329.xml">
|
| 13 | +<!ENTITY RFC4648 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4648.xml"> |
13 | 14 | <!ENTITY RFC5322 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5322.xml">
|
14 | 15 | <!ENTITY RFC5890 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5890.xml">
|
15 | 16 | <!ENTITY RFC5891 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5891.xml">
|
|
330 | 331 | </t>
|
331 | 332 | </section>
|
332 | 333 |
|
333 |
| - <section title="pattern"> |
| 334 | + <section title="pattern" anchor="pattern"> |
334 | 335 | <t>
|
335 | 336 | The value of this keyword MUST be a string. This string SHOULD be a
|
336 | 337 | valid regular expression, according to the ECMA 262 regular expression
|
|
759 | 760 | If the instance value is a string, this property defines that the string
|
760 | 761 | SHOULD be interpreted as binary data and decoded using the encoding
|
761 | 762 | named by this property.
|
762 |
| - <xref target="RFC2045">RFC 2045, Sec 6.1</xref> lists the possible |
763 |
| - values for this property. |
| 763 | + </t> |
| 764 | + |
| 765 | + <t> |
| 766 | + Possible values for this property are listed in |
| 767 | + <xref target="RFC2045">RFC 2045, Sec 6.1</xref> and |
| 768 | + <xref target="RFC4648">RFC 4548</xref>. For "base64", which is defined |
| 769 | + in both RFCs, the definition in RFC 4648, which removes line length |
| 770 | + limitations, SHOULD be used, as various other specifications have |
| 771 | + mandated different lengths. Note that line lengths within a string |
| 772 | + can be constrained using the <xref target="pattern">"pattern"</xref> keyword. |
764 | 773 | </t>
|
765 | 774 |
|
766 | 775 | <t>
|
|
991 | 1000 | &RFC3986;
|
992 | 1001 | &RFC3987;
|
993 | 1002 | &RFC4291;
|
| 1003 | + &RFC4648; |
994 | 1004 | &RFC5322;
|
995 | 1005 | &RFC5890;
|
996 | 1006 | &RFC5891;
|
|
0 commit comments