Ok, it's a stylesheet issue, so i have to rework some code...<br><br>Great thanks for your help, with special mention for the<br>xsl:message hint, i wasn't aware of the xslt ability to output<br>debug messages to the console. Very useful !
<br><br>Momadou FAYE<br><br><br><div><span class="gmail_quote">2007/9/19, Michael Sulyaev <<a href="mailto:msulyaev@renderx.com">msulyaev@renderx.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Momadou FAYE wrote:<br>> Here's an attachment with a sample document<br>> and stylesheet demonstrating the issue.<br>> Momadou FAYE wrote:<br>> > My problem is that sometimes no change bars are
<br>> > visible for the children elements of list-items.<br><br>Hello Momadou,<br><br>I have applied your stylesheet to you document and received a valid XSL<br>FO file without change-bar-begin|end elements. The error is in the
<br>stylesheet.<br>If you add <xsl:message>PARA: <xsl:value-of select="."/></xsl:message><br>as the first clause in <xsl:template match="PARA">, you would receive<br>"<br>PARA: STEP1 Title
<br>PARA: STEP2 Title STEP2 Title STEP2 Title<br>PARA: First paragraph under SPECPARA context<br>PARA: Another paragraph, under STEP2 context.<br>PARA: Text text text text text text<br>"<br>on stderr from the XSLT processor. Consider that the "This paragraph
<br>contains a MARK atribute, set to 1" does not appear in this list, and<br>this is because the template for PARA is never applied to this<br>particular PARA.<br>All you need to do now is to find out why. See code for NOTE.
<br><br>--<br>Best regards,<br>Michael Sulyaev<br><a href="http://www.renderx.net">http://www.renderx.net</a><br><a href="http://www.renderx.com">http://www.renderx.com</a><br>mailto:<a href="mailto:support@renderx.com">support@renderx.com
</a><br>-------------------<br>(*) To unsubscribe, send a message with words 'unsubscribe xep-support'<br>in the body of the message to <a href="mailto:majordomo@renderx.com">majordomo@renderx.com</a> from the address
<br>you are subscribed from.<br>(*) By using the Service, you expressly agree to these Terms of Service <a href="http://www.renderx.com/terms-of-service.html">http://www.renderx.com/terms-of-service.html</a><br></blockquote>
</div><br>