Changeset 1561 for draft-ietf-httpbis/latest/extract-method-defs.xslt
- Timestamp:
- 04/03/12 18:49:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/extract-method-defs.xslt
r1557 r1561 14 14 <ttcol>Safe</ttcol> 15 15 <ttcol>Reference</ttcol> 16 <xsl:apply-templates select="//section[iref/@item=' methods']">17 <xsl:sort select="iref[@item=' methods']/@subitem"/>16 <xsl:apply-templates select="//section[iref/@item='Methods']"> 17 <xsl:sort select="iref[@item='Methods']/@subitem"/> 18 18 </xsl:apply-templates> 19 19 </texttable> … … 75 75 <xsl:template match="section"> 76 76 77 <xsl:variable name="text" select="iref[@item=' methods']/@subitem"/>77 <xsl:variable name="text" select="iref[@item='Methods']/@subitem"/> 78 78 79 79 <xsl:variable name="safe" xmlns:p2="urn:ietf:id:draft-ietf-httpbis-p2-semantics#">
Note: See TracChangeset
for help on using the changeset viewer.