Changeset 246 for rfc2629xslt/rfc2629xslt.xml
- Timestamp:
- 19/05/08 13:58:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rfc2629xslt/rfc2629xslt.xml
r230 r246 30 30 </author> 31 31 32 <date month=" March" year="2008"/>32 <date month="April" year="2008"/> 33 33 <keyword>RFC2629</keyword> 34 34 <keyword>xml2rfc</keyword> … … 901 901 </artwork> 902 902 </figure> 903 </section> 904 905 <section title="<sup> element" anchor="ext.element.sup"> 906 <iref item="Extension Elements" subitem="sup" primary="true"/> 907 <iref item="sup Extension Element" primary="true"/> 908 <x:anchor-alias value="sup"/> 909 <t> 910 This element is like the "<eref target="http://www.w3.org/TR/html401/struct/text.html#edef-SUP">sup</eref>" element in <xref target="HTML"/>. 911 </t> 912 <t> 913 Note: the down conversion to RFC2629 format replaces 914 "x<x:sup>y</x:sup>" by "x^y". 915 </t> 903 916 </section> 904 917 … … 1637 1650 <spanx style="strong">| <x:ref>x_h</x:ref></spanx> 1638 1651 <spanx style="strong">| <x:ref>x_q</x:ref></spanx> 1639 <spanx style="strong">| <x:ref>x_ref</x:ref></spanx>)* 1652 <spanx style="strong">| <x:ref>x_ref</x:ref></spanx> 1653 <spanx style="strong">| <x:ref>x_sup</x:ref></spanx>)* 1640 1654 } 1641 1655 } … … 1820 1834 } 1821 1835 1836 <spanx anchor="x_sup"><iref item="sup Extension Element"/><iref item="Extension Elements" subitem="sup" 1837 /># superscript (see <xref target="ext.element.sup"/>)</spanx> 1838 <x:ref>x_sup</x:ref> = 1839 element x:sup { 1840 TEXT 1841 } 1842 1822 1843 <spanx anchor="x_span"><iref item="span Extension Element"/><iref item="Extension Elements" subitem="span" 1823 1844 /># Inline Span <!--(see <xref target="ext.element.span"/>)--></spanx> … … 2534 2555 text being inserted into IDs. 2535 2556 </t> 2557 <t hangText="2008-04-01"> 2558 Add support for superscript element. 2559 </t> 2536 2560 </list></t> 2537 2561 </section> … … 2632 2656 </section> 2633 2657 2658 <section title="xsl11toFop-0.93.xslt"> 2659 <t><list style="hanging"> 2660 <t hangText="2008-03-15"> 2661 Add a workaround to the fo:inline workaround (sigh). 2662 </t> 2663 </list></t> 2664 </section> 2665 2634 2666 <section title="xsl11toXep.xslt"> 2635 2667 <t><list style="hanging">
Note: See TracChangeset
for help on using the changeset viewer.