Changeset 329 for rfc2629xslt/rfc2629xslt.xml
- Timestamp:
- 11/10/08 07:06:15 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rfc2629xslt/rfc2629xslt.xml
r308 r329 30 30 </author> 31 31 32 <date month="August" year="2008"/> 32 <date month="October" year="2008"/> 33 33 34 <keyword>RFC2629</keyword> 34 35 <keyword>xml2rfc</keyword> … … 377 378 <t><iref item="Internet Explorer 6"/>Internet Explorer 6</t> 378 379 <t><iref item="Internet Explorer 7"/>Internet Explorer 7</t> 379 <t anchor="firefox3"><iref item="Mozilla"/><iref item="Firefox" subitem="3.*"/>Firefox 3. * (release candidate available)</t>380 <t anchor="firefox3"><iref item="Mozilla"/><iref item="Firefox" subitem="3.*"/>Firefox 3.0</t> 380 381 <t><iref item="Safari"/><iref item="Safari" subitem="3.*"/>Safari 3 (starting with version 3.0.4)</t> 382 <t><iref item="Google Chrome"/>Google Chrome (beta available)</t> 381 383 </list> 382 384 </t> … … 384 386 The following browsers are known not to work properly: 385 387 <list style="symbols"> 386 <t anchor="firefox12"><iref item="Mozilla"/><iref item="Firefox" subitem="1.*/2.*"/>Firefox 1.*/2.* (missing extension function - see change request at Mozilla BugZilla388 <t anchor="firefox12"><iref item="Mozilla"/><iref item="Firefox" subitem="1.*/2.*"/>Firefox 1.*/2.*: (missing extension function - see change request at Mozilla BugZilla 387 389 <eref target="http://bugzilla.mozilla.org/show_bug.cgi?id=193678">193678</eref>)</t> 388 390 <t anchor="opera"><iref item="Opera"/>Opera 9.21: execution fails, potentially 389 to a somewhat complex XPath expression (reported to Opera as bug 245725). Opera 9.5: 390 transformation appears to work, but CSS isn't getting applied (repored to Opera as bug 337388 on 2008-06-12).</t> 391 to a somewhat complex XPath expression (reported to Opera as bug 245725).</t> 392 <t>Opera 9.5 and 9.6: 393 transformation appears to work, but CSS isn't getting applied (reported to Opera as bug 337388 on 2008-06-12).</t> 391 394 <t anchor="safari"><iref item="Safari"/>Safari 2.* supports client-side XSLT as of MacOS X 10.4, 392 395 but misses required extension functions. A problem … … 687 690 </t> 688 691 </section> 692 693 <!--<section title="<include-author> element" anchor="ext.element.include-author"> 694 <iref item="Extension Elements" subitem="include-author" primary="true"/> 695 <iref item="include-author Extension Element" primary="true"/> 696 <x:anchor-alias value="include-author"/> 697 <t> 698 This element can be used to include an author's contact information in 699 place where a paragraphj (<t>) would be allowed otherwise. 700 </t> 701 </section> --> 689 702 690 703 <section title="<bcp14> element" anchor="ext.element.bcp14"> … … 785 798 </section> 786 799 800 <section title="<highlight> element" anchor="ext.element.highlight"> 801 <iref item="Extension Elements" subitem="highlight" primary="true"/> 802 <iref item="highlight Extension Element" primary="true"/> 803 <x:anchor-alias value="highlight"/> 804 <t> 805 Used to highlight text passages, currently only allowed in <artwork>. 806 </t> 807 <t> 808 <x:h>Note:</x:h> this is stripped when generating input for xml2rfc, 809 so please use with care. 810 </t> 811 </section> 812 787 813 <section title="<length-of> element" anchor="ext.element.length-of"> 788 814 <iref item="Extension Elements" subitem="length-of" primary="true"/> … … 840 866 <t> 841 867 Used for grouping multiple <t> elements into a single list item. 868 </t> 869 </section> 870 871 <section title="<note> element" anchor="ext.element.note"> 872 <iref item="Extension Elements" subitem="note" primary="true"/> 873 <iref item="note Extension Element" primary="true"/> 874 <x:anchor-alias value="note"/> 875 <t> 876 Can be used to add a note, usually indented by a few characters. 877 It should contain one or more <t> child elements. 842 878 </t> 843 879 </section> … … 941 977 "x<x:sup>y</x:sup>" by "x^y". 942 978 </t> 979 </section> 980 981 <section title="Extensions to Xml2rfc <artwork> element" anchor="ext-rfc2629.artwork"> 982 <t> 983 Sometimes, artwork occurs inside lists. To get it indent properly in xml2rfc's 984 text output, it needs to be indented in the source. This is sub-optimal, as 985 this whitespace will also appear in the HTML output, where it's already 986 indented due to HTML's semantics. 987 </t> 988 <t> 989 As a workaround, a "x:indent-with" attribute can be specified, containing 990 a string that will be prepended to each line when <spanx style="verb">clean-for-DTD.xslt</spanx> 991 is run (see <xref target="clean-for-dtd"/>). 992 </t> 943 993 </section> 944 994 … … 1215 1265 <t> 1216 1266 <x:<x:ref>link</x:ref>> elements get stripped. 1267 </t> 1268 <t> 1269 <x:<x:ref>note</x:ref>> elements get converted to 1270 indented text (through a <list> element). 1217 1271 </t> 1218 1272 <t> … … 1624 1678 <spanx style="strong">| <x:ref>x_bc</x:ref></spanx> 1625 1679 <spanx style="strong">| <x:ref>x_bt</x:ref></spanx> 1680 <spanx style="strong">| <x:ref>x_highlight</x:ref></spanx> 1626 1681 <spanx style="strong">| <x:ref>x_length-of</x:ref></spanx> 1627 1682 <spanx style="strong">| <x:ref>x_parse-xml</x:ref></spanx> … … 1718 1773 <spanx style="strong">| <x:ref>x_anchor-alias</x:ref></spanx> 1719 1774 <spanx style="strong">| <x:ref>x_blockquote</x:ref></spanx> 1775 <spanx style="strong">| <x:ref>x_include-author</x:ref></spanx> 1776 <spanx style="strong">| <x:ref>x_note</x:ref></spanx> 1720 1777 <spanx style="strong">| <x:ref>rdf_Description</x:ref></spanx>)* 1721 1778 } … … 1755 1812 } 1756 1813 1757 <spanx># Extend attribute set for <iref> (see <xref target="ext-rfc2629.iref"/>)</spanx> 1814 <spanx># Allow x:indent-with attribute on <artwork></spanx> 1815 attlist.artwork &= 1816 attribute x:indent-with { ATEXT }? 1817 1818 <spanx># Allow anchor attribute on <author></spanx> 1819 attlist.author &= 1820 attribute anchor { xsd:ID }? 1821 1822 <spanx># Extend attribute set for <iref> (see <xref target="ext-rfc2629.iref"/>)</spanx> 1758 1823 attlist.iref &= 1759 1824 attribute x:for-anchor { ATEXT }? … … 1770 1835 attlist.rfc &= 1771 1836 attribute grddl:transformation { ATEXT }?, 1772 attribute x:maturity-level { "proposed" | "draft" | "internet" } 1837 attribute x:maturity-level { "proposed" | "draft" | "internet" }? 1773 1838 1774 1839 <spanx># Extend attribute set for <section> (see <xref target="ext-rfc2629.section"/>)</spanx> … … 1800 1865 attribute value { TEXT }, 1801 1866 empty 1867 } 1868 1869 <spanx anchor="x_include-author"><iref item="include-author Extension Element"/><iref item="Extension Elements" subitem="include-author" 1870 /># Including Author information 1871 # (experimental)</spanx> 1872 <x:ref>x_include-author</x:ref> = 1873 element x:include-author { 1874 attribute target { xsd:IDREF } 1802 1875 } 1803 1876 … … 1892 1965 } 1893 1966 1967 <spanx anchor="x_highlight"><iref item="highlight Extension Element"/><iref item="Extension Elements" subitem="highlight" 1968 /># Heading (see <xref target="ext.element.highlight"/>)</spanx> 1969 <x:ref>x_highlight</x:ref> = 1970 element x:highlight { 1971 TEXT 1972 } 1973 1894 1974 <spanx anchor="x_length-of"><iref item="length-of Extension Element"/><iref item="Extension Elements" subitem="length-of" 1895 1975 /># Length Measurement (see <xref target="ext.element.length-of"/>)</spanx> … … 1920 2000 } 1921 2001 2002 <spanx anchor="x_note"><iref item="note Extension Element"/><iref item="Extension Elements" subitem="note" 2003 /># Note (see <xref target="ext.element.note"/>)</spanx> 2004 <x:ref>x_note</x:ref> = 2005 element x:note { 2006 t+ 2007 } 2008 1922 2009 <spanx anchor="x_parse-xml"><iref item="parse-xml Extension Element"/><iref item="Extension Elements" subitem="parse-xml" 1923 2010 /># Signal XML content (see <xref target="ext.element.parse-xml"/>)</spanx> … … 2702 2789 Add x:abnf-char-sequence. 2703 2790 </t> 2791 <t hangText="2008-08-21"> 2792 Add x:note. 2793 </t> 2794 <t hangText="2008-09-06"> 2795 Add experimental support for SVG images. 2796 </t> 2797 <t hangText="2008-09-17"> 2798 Add experimental support for x:author. Fix xref/@format=none. 2799 </t> 2800 <t hangText="2008-10-10"> 2801 Fix a huge bug, causing text content after an XML comment to be ignored. 2802 </t> 2704 2803 </list></t> 2705 2804 </section>
Note: See TracChangeset
for help on using the changeset viewer.