|
2 | 2 | <!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
|
3 | 3 | <!ENTITY RFC2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml">
|
4 | 4 | <!ENTITY RFC6901 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6901.xml">
|
5 |
| -<!ENTITY RFC4627 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4627.xml"> |
| 5 | +<!ENTITY RFC8259 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.8259.xml"> |
6 | 6 | ]>
|
7 | 7 | <?rfc toc="yes"?>
|
8 | 8 | <?rfc symrefs="yes"?>
|
|
12 | 12 | <?rfc rfcedstyle="yes"?>
|
13 | 13 | <?rfc comments="yes"?>
|
14 | 14 | <?rfc inline="yes" ?>
|
15 |
| -<rfc category="info" docName="draft-handrews-relative-json-pointer-01" ipr="trust200902"> |
| 15 | +<rfc category="info" docName="draft-handrews-relative-json-pointer-02" ipr="trust200902"> |
16 | 16 | <front>
|
17 | 17 | <title abbrev="Relative JSON Pointers">Relative JSON Pointers</title>
|
18 | 18 |
|
|
28 | 28 | </author>
|
29 | 29 |
|
30 | 30 | <author fullname="Henry Andrews" initials="H" surname="Andrews" role="editor">
|
31 |
| - <organization>Cloudflare, Inc.</organization> |
32 | 31 | <address>
|
33 | 32 | <postal>
|
34 | 33 | <street></street>
|
35 | 34 | <city>San Francisco</city>
|
36 | 35 | <region>CA</region>
|
37 | 36 | <country>USA</country>
|
38 | 37 | </postal>
|
39 |
| - <email>henry@cloudflare.com</email> |
| 38 | + <email>andrews_henry@yahoo.com</email> |
40 | 39 | </address>
|
41 | 40 | </author>
|
42 | 41 |
|
|
81 | 80 |
|
82 | 81 | <section title="Syntax">
|
83 | 82 | <t>
|
84 |
| - A Relative JSON Pointer is a Unicode string (see RFC 4627, |
85 |
| - <xref target="RFC4627">Section 3</xref>), comprising a non-negative integer, |
| 83 | + A Relative JSON Pointer is a Unicode string in UTF-8 encoding (see RFC 8259, |
| 84 | + <xref target="RFC8259">Section 8</xref>), comprising a non-negative integer, |
86 | 85 | followed by either a '#' (%x23) character or a JSON Pointer
|
87 | 86 | (<xref target="RFC6901">RFC 6901</xref>).
|
88 | 87 | </t>
|
|
295 | 294 | </references>
|
296 | 295 |
|
297 | 296 | <references title="Informative References">
|
298 |
| - &RFC4627; |
| 297 | + &RFC8259; |
299 | 298 | </references>
|
300 | 299 |
|
301 | 300 | <section title="ChangeLog">
|
|
304 | 303 | </t>
|
305 | 304 | <t>
|
306 | 305 | <list style="hanging">
|
| 306 | + <t hangText="draft-handrews-relative-json-pointer-02"> |
| 307 | + <list style="symbols"> |
| 308 | + <t>Update to the latest JSON RFC</t> |
| 309 | + </list> |
| 310 | + </t> |
307 | 311 | <t hangText="draft-handrews-relative-json-pointer-01">
|
308 | 312 | <list style="symbols">
|
309 | 313 | <t>The initial number is "non-negative", not "positive"</t>
|
|
0 commit comments