Changeset 31 for draft-ietf-httpbis/latest/p5-range.xml
- Timestamp:
- 11/12/07 13:57:45 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p5-range.xml
r29 r31 12 12 <!ENTITY SHOULD-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHOULD NOT</bcp14>"> 13 13 <!ENTITY ID-VERSION "latest"> 14 <!ENTITY messaging "[Part 1]"> 15 <!ENTITY weak-and-strong-validators "[Part 4]"> 14 <!ENTITY ID-MONTH "December"> 15 <!ENTITY ID-YEAR "2007"> 16 <!ENTITY messaging "<xref target='Part1' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 17 <!ENTITY weak-and-strong-validators "<xref target='Part4' x:rel='#weak.and.strong.validators' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 16 18 ]> 17 19 <?rfc toc="yes" ?> … … 136 138 </author> 137 139 138 <date month=" December" year="2007"/>140 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 139 141 140 142 <abstract> … … 671 673 <back> 672 674 <references> 675 676 <reference anchor="Part1"> 677 <front> 678 <title abbrev="HTTP/1.1">HTTP/1.1, part 1: URIs, Connections, and Message Parsing</title> 679 680 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 681 <organization abbrev="Day Software">Day Software</organization> 682 <address> 683 <email>fielding@gbiv.com</email> 684 </address> 685 </author> 686 687 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 688 <organization>One Laptop per Child</organization> 689 <address> 690 <email>jg@laptop.org</email> 691 </address> 692 </author> 693 694 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 695 <organization abbrev="HP">Hewlett-Packard Company</organization> 696 <address> 697 <email>JeffMogul@acm.org</email> 698 </address> 699 </author> 700 701 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 702 <organization abbrev="Microsoft">Microsoft Corporation</organization> 703 <address> 704 <email>henrikn@microsoft.com</email> 705 </address> 706 </author> 707 708 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 709 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 710 <address> 711 <email>LMM@acm.org</email> 712 </address> 713 </author> 714 715 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 716 <organization abbrev="Microsoft">Microsoft Corporation</organization> 717 <address> 718 <email>paulle@microsoft.com</email> 719 </address> 720 </author> 721 722 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 723 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 724 <address> 725 <email>timbl@w3.org</email> 726 </address> 727 </author> 728 729 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 730 </front> 731 <seriesInfo name="Internet-Draft" value="draft-fielding-p1-messaging-&ID-VERSION;"/> 732 <x:source href="p1-messaging.xml" basename="p1-messaging"/> 733 </reference> 734 735 <reference anchor="Part4"> 736 <front> 737 <title abbrev="HTTP/1.1">HTTP/1.1, part 4: Conditional Requests</title> 738 739 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 740 <organization abbrev="Day Software">Day Software</organization> 741 <address> 742 <email>fielding@gbiv.com</email> 743 </address> 744 </author> 745 746 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 747 <organization>One Laptop per Child</organization> 748 <address> 749 <email>jg@laptop.org</email> 750 </address> 751 </author> 752 753 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 754 <organization abbrev="HP">Hewlett-Packard Company</organization> 755 <address> 756 <email>JeffMogul@acm.org</email> 757 </address> 758 </author> 759 760 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 761 <organization abbrev="Microsoft">Microsoft Corporation</organization> 762 <address> 763 <email>henrikn@microsoft.com</email> 764 </address> 765 </author> 766 767 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 768 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 769 <address> 770 <email>LMM@acm.org</email> 771 </address> 772 </author> 773 774 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 775 <organization abbrev="Microsoft">Microsoft Corporation</organization> 776 <address> 777 <email>paulle@microsoft.com</email> 778 </address> 779 </author> 780 781 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 782 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 783 <address> 784 <email>timbl@w3.org</email> 785 </address> 786 </author> 787 788 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 789 </front> 790 <seriesInfo name="Internet-Draft" value="draft-fielding-p4-conditional-&ID-VERSION;"/> 791 <x:source href="p4-conditional.xml" basename="p4-conditional"/> 792 </reference> 673 793 674 794 <reference anchor="RFC2046">
Note: See TracChangeset
for help on using the changeset viewer.