Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions relative-json-pointer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<?rfc rfcedstyle="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes" ?>
<rfc category="info" docName="draft-handrews-relative-json-pointer-03" ipr="trust200902" submissionType="IETF">
<rfc category="info" docName="draft-hha-relative-json-pointer-00" ipr="trust200902" submissionType="IETF">
<front>
<title abbrev="Relative JSON Pointers">Relative JSON Pointers</title>

Expand All @@ -27,7 +27,7 @@
</address>
</author>

<author fullname="Henry Andrews" initials="H" surname="Andrews" role="editor">
<author fullname="Henry H. Andrews" initials="H" surname="Andrews" role="editor">
<address>
<email>andrews_henry@yahoo.com</email>
</address>
Expand Down Expand Up @@ -305,6 +305,12 @@
programming languages that use NUL to mark the end of a string.
</t>
</section>

<section title="IANA Considerations">
<t>
This document has no IANA actions.
</t>
</section>
</middle>

<back>
Expand All @@ -324,7 +330,7 @@
</t>
<t>
<list style="hanging">
<t hangText="draft-handrews-relative-json-pointer-03">
<t hangText="draft-hha-relative-json-pointer-00">
<list style="symbols">
<t>Fix ABNF omission for using # with index manipulation</t>
<t>Clarify handling of leading "0"</t>
Expand Down