[xep-support] nested list-items

Corey A. Spitzer cspitzer at cisco.com
Mon Nov 4 09:59:01 PST 2002


XEP allows:

<fo:list-item>
    <fo:list-item-label>
        <fo:block/>
    </fo:list-item-label>
    <fo:list-item-body>
         <fo:block/>
         <fo:list-block>
             <fo:list-item>

FOP allows:

<fo:list-item>
    <fo:list-item-label>
        <fo:block/>
    </fo:list-item-label>
    <fo:list-item-body>
         <fo:block/>

             <fo:list-item>


is XEP nonconforming or is FOP?


-------------------
By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list