Hi,<br>I&#39;ve got some fo where I&#39;m using a list block. The text within the list block needs to have strikethrough applied.<br>To do this I&#39;ve been using:<br>text-decoration=&quot;line-through&quot;<br><br>e.g.<br>

<div style="margin-left: 40px;">       &lt;fo:list-block background-color=&quot;transparent&quot; color=&quot;black&quot; line-height-shift-adjustment=&quot;disregard-shifts&quot; margin-right=&quot;0cm&quot; provisional-distance-between-starts=&quot;36pt&quot; space-after=&quot;0cm&quot; space-before=&quot;12pt&quot; text-align=&quot;left&quot;&gt;<br>

        &lt;fo:list-item relative-align=&quot;baseline&quot;&gt;<br>          &lt;fo:list-item-label end-indent=&quot;label-end()&quot; start-indent=&quot;0pt&quot;&gt;<br>            &lt;fo:block color=&quot;black&quot; font-family=&quot;&amp;quot;Times New Roman&amp;quot;, Symbol, serif&quot; font-size=&quot;12pt&quot; font-weight=&quot;normal&quot; line-height=&quot;120%&quot; line-height-shift-adjustment=&quot;disregard-shifts&quot; text-decoration=&quot;line-through&quot;&gt;A.&lt;/fo:block&gt;<br>

          &lt;/fo:list-item-label&gt;<br>          &lt;fo:list-item-body start-indent=&quot;body-start()&quot;&gt;<br>            &lt;fo:block font-family=&quot;&amp;quot;Times New Roman&amp;quot;, Symbol, serif&quot; font-size=&quot;12pt&quot; font-weight=&quot;normal&quot; id=&quot;Paragraph_0&quot; line-height=&quot;120%&quot; line-height-shift-adjustment=&quot;disregard-shifts&quot; text-decoration=&quot;line-through&quot;&gt; and  wish to exchange certain information, which may include confidential, sensitive or proprietary information.&lt;/fo:block&gt;<br>

          &lt;/fo:list-item-body&gt;<br>        &lt;/fo:list-item&gt;<br>      &lt;/fo:list-block&gt;<br></div><br>However, it appears that with xep 4.9, when used within a list-block text-decoration=&quot;line-through&quot; and text-decoration=&quot;overline&quot; produce the same output (text-decoration=&quot;underline&quot; works correctly).<br>

I&#39;ve tried this wrapprng the text in an inline and applying the text-decoration there instead of the clock level too.<br>Any guidance as to how I can get the strikethrough working within the list-block would be appreciated.<br>

<br>I&#39;m attaching a test case and its PDF output.<br><br><br clear="all">Regards,<br><br>Justin Lipton<br><br>Exari Systems<br>Boston | London | Melbourne | Munich<br>Test drive our software online - <a href="http://www.exari.com/demo-trial.html">www.exari.com/demo-trial.html</a><br>

Read our blog on document assembly - <a href="http://blog.exari.com">blog.exari.com</a><br><br><br><br>