<html>
I have encountered a very strange problem when rendering XSL FO to PDF
using RenderX XEP 3.2.2 (and some earlier versions, as well).&nbsp; The
situation is easy enough to describe:<br>
<br>
I am writing a large standards document using XML.&nbsp; In that
document, I have a rule (a list element) whose text contains a
superscript.&nbsp; Here's an abstract of that XML:<br>

<dl>
<dd>&lt;item&gt;If &lt;emph&gt;MAX&lt;/emph&gt; is equal to
2&lt;super&gt;63&lt;/super&gt;-1 (9,223,372,036,854,775,807) and
&lt;emph&gt;MIN&lt;/emph&gt; is equal to -2&lt;super&gt;63&lt;/super&gt;
(-9,223,372,036,854,775,808), then &lt;emph&gt;REST&lt;/emph&gt; 
is:<br>
<br>

</dl>When that XML is transformed by my XSLT stylesheet into XSL FO, it
looks like this:<br>

<dl>
<dd>&lt;fo:list-block provisional-label-separation=&quot;3pt&quot;
space-before.optimum=&quot;6pt&quot;
provisional-distance-between-starts=&quot;18pt&quot;&gt;<br>
<br>

<dd>&lt;fo:list-item id=&quot;'generate_id()'&quot;
space-before.optimum=&quot;8pt&quot; hyphenate=&quot;true&quot;&gt;
<dd>&lt;fo:list-item-label end-indent=&quot;label-end()&quot;&gt;
<dd>&lt;fo:block text-align=&quot;start&quot;&gt;1)&lt;/fo:block&gt;
<dd>&lt;/fo:list-item-label&gt;
<dd>&lt;fo:list-item-body start-indent=&quot;body-start()&quot;&gt;
<dd>&lt;fo:block&gt;If &lt;fo:inline
font-style=&quot;italic&quot;&gt;MAX&lt;/fo:inline&gt; is equal to
2&lt;fo:inline baseline-shift=&quot;super&quot;
font-size=&quot;smaller&quot;&gt;63&lt;/fo:inline&gt;-1
<dd>(9,223,372,036,854,775,807) and &lt;fo:inline
font-style=&quot;italic&quot;&gt;MIN&lt;/fo:inline&gt; is equal to
<dd>-2&lt;fo:inline baseline-shift=&quot;super&quot;
font-size=&quot;smaller&quot;&gt;63&lt;/fo:inline&gt;
(-9,223,372,036,854,775,808), then &lt;fo:inline
font-style=&quot;italic&quot;&gt;REST&lt;/fo:inline&gt;
<dd>is:<br>
<br>

</dl>I have attached a larger abstract from the XSL FO to this message,
although I doubt that additional value will be gained from examining that
larger abstract. <br>
<br>
The result of rendering the XSL FO into PDF is a list element in which
the list item label (in this case, &quot;1)&quot;) to be raised above the
baseline of the list item body's baseline...in fact, it is raised to the
baseline of the superscripts on the first line of the list item body!
<br>
<br>
This is demonstrated in the 1-page PDF file that I attached to this
message. <br>
<br>
Is there something wrong with my XSL FO, or is this a bug (possibly
already reported?) in XEP? <br>
<br>
Thanks,<br>
&nbsp;&nbsp; Jim</html>