Changeset 258 for draft-ietf-httpbis/latest
- Timestamp:
- 03/06/08 16:40:31 (14 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/extract-header-defs.xslt
r253 r258 3 3 > 4 4 5 <xsl:output indent="yes" omit-xml-declaration="yes" />5 <xsl:output indent="yes" omit-xml-declaration="yes" encoding="US-ASCII"/> 6 6 7 7 <xsl:template match="/"> … … 34 34 <c><xsl:value-of select="iref[@item='Headers']/@subitem"/></c> 35 35 <c>http</c> 36 <c>standard</c> 36 <c> 37 <xsl:choose> 38 <xsl:when test="ancestor::middle">standard</xsl:when> 39 <xsl:otherwise> </xsl:otherwise> 40 </xsl:choose> 41 </c> 37 42 <c><xref target="{@anchor}"/></c> 38 43 </xsl:template> -
draft-ietf-httpbis/latest/p3-payload.html
r254 r258 474 474 <tr> 475 475 <td class="header left"></td> 476 <td class="header right">June 1, 2008</td>476 <td class="header right">June 3, 2008</td> 477 477 </tr> 478 478 </table> … … 1281 1281 <td>Content-Disposition</td> 1282 1282 <td>http</td> 1283 <td> standard</td>1283 <td> </td> 1284 1284 <td> <a href="#content-disposition" id="rfc.xref.content-disposition.1" title="Content-Disposition">Appendix B.1</a> 1285 1285 </td> -
draft-ietf-httpbis/latest/p3-payload.xml
r254 r258 1527 1527 <c>Content-Disposition</c> 1528 1528 <c>http</c> 1529 <c> standard</c>1529 <c> </c> 1530 1530 <c> 1531 1531 <xref target="content-disposition"/>
Note: See TracChangeset
for help on using the changeset viewer.