Changeset 258 for draft-ietf-httpbis/latest/extract-header-defs.xslt
- Timestamp:
- 03/06/08 16:40:31 (14 years ago)
- File:
-
- 1 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>
Note: See TracChangeset
for help on using the changeset viewer.