Changeset 272 for rfc2629xslt/rfc2629xslt.xml
- Timestamp:
- 06/07/08 13:57:34 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rfc2629xslt/rfc2629xslt.xml
r246 r272 30 30 </author> 31 31 32 <date month=" April" year="2008"/>32 <date month="July" year="2008"/> 33 33 <keyword>RFC2629</keyword> 34 34 <keyword>xml2rfc</keyword> … … 374 374 <t><iref item="Internet Explorer 6"/>Internet Explorer 6</t> 375 375 <t><iref item="Internet Explorer 7"/>Internet Explorer 7</t> 376 <t anchor="firefox3"><iref item="Mozilla"/><iref item="Firefox" subitem="3.*"/>Firefox 3.* (currently only test builds available)</t> 377 <t><iref item="Opera"/><iref item="Opera" subitem="9.5"/>Opera 9.5 (currently only test builds available)</t> 376 <t anchor="firefox3"><iref item="Mozilla"/><iref item="Firefox" subitem="3.*"/>Firefox 3.* (release candidate available)</t> 378 377 <t><iref item="Safari"/><iref item="Safari" subitem="3.*"/>Safari 3 (starting with version 3.0.4)</t> 379 378 </list> … … 385 384 <eref target="http://bugzilla.mozilla.org/show_bug.cgi?id=193678">193678</eref>)</t> 386 385 <t anchor="opera"><iref item="Opera"/>Opera 9.21: execution fails, potentially 387 to a somewhat complex XPath expression (reported to Opera as bug 245725).</t> 386 to a somewhat complex XPath expression (reported to Opera as bug 245725). Opera 9.5: 387 transformation appears to work, but CSS isn't getting applied (repored to Opera as bug 337388 on 2008-06-12).</t> 388 388 <t anchor="safari"><iref item="Safari"/>Safari 2.* supports client-side XSLT as of MacOS X 10.4, 389 389 but misses required extension functions. A problem … … 653 653 namespace "http://purl.org/net/xml2rfc/ext". 654 654 </t> 655 656 <section title="<abnf-char-sequence> element" anchor="ext.element.abnf-char-sequence"> 657 <iref item="Extension Elements" subitem="abnf-char-sequence" primary="true"/> 658 <iref item="abnf-char-sequence Extension Element" primary="true"/> 659 <x:anchor-alias value="abnf-char-sequence"/> 660 <t> 661 Converts the contained quoted string into a hex-encoded character 662 sequence, for use in case-sensitive ABNF productions. 663 </t> 664 <t> 665 For instance, "<x:abnf-char-sequence>"HTTP"</x:abnf-char-sequence>" 666 gets converted to "<x:abnf-char-sequence>"HTTP"</x:abnf-char-sequence>". 667 </t> 668 </section> 655 669 656 670 <section title="<anchor-alias> element" anchor="ext.element.anchor-alias"> … … 1524 1538 <spanx style="strong">| spanx</spanx> 1525 1539 <spanx style="strong">| xref</spanx> 1540 <spanx style="strong">| <x:ref>x_abnf-char-sequence</x:ref></spanx> 1526 1541 <spanx style="strong">| <x:ref>x_bb</x:ref></spanx> 1527 1542 <spanx style="strong">| <x:ref>x_bc</x:ref></spanx> … … 1645 1660 | spanx 1646 1661 | vspace 1662 <spanx style="strong">| <x:ref>x_abnf-char-sequence</x:ref></spanx> 1647 1663 <spanx style="strong">| <x:ref>x_anchor-alias</x:ref></spanx> 1648 1664 <spanx style="strong">| <x:ref>x_bcp14</x:ref></spanx> … … 1685 1701 attribute x:rel { ATEXT }?, 1686 1702 attribute x:sec { ATEXT }? 1703 1704 <spanx anchor="x_abnf-char-sequence"><iref item="abnf-char-sequence Extension Element"/><iref item="Extension Elements" subitem="abnf-char-sequence" 1705 /># Conversion to ABNF char sequence (see <xref target="ext.element.abnf-char-sequence"/>)</spanx> 1706 <x:ref>x_abnf-char-sequence</x:ref> = 1707 element x:abnf-char-sequence { 1708 TEXT 1709 } 1687 1710 1688 1711 <spanx anchor="x_anchor-alias"><iref item="anchor-alias Extension Element"/><iref item="Extension Elements" subitem="anchor-alias" … … 1964 1987 Fix bug looking up ref type when inside change markup. 1965 1988 </t> 1989 <t hangText="2008-06-14"> 1990 Enhance output when draft was updated, and then published as RFC. 1991 </t> 1966 1992 </list></t> 1967 1993 </section> … … 2558 2584 Add support for superscript element. 2559 2585 </t> 2586 <t hangText="2008-06-28"> 2587 Add sanity checks for email addresses, allow multiple email elements. 2588 </t> 2589 <t hangText="2008-07-06"> 2590 Add x:abnf-char-sequence. 2591 </t> 2560 2592 </list></t> 2561 2593 </section>
Note: See TracChangeset
for help on using the changeset viewer.