Title: list in list
Hello,
 
i m in doubt whether this is correct email address tu put my questions.. I had put my doubt on my previous emails and no one has replied or what... it seems to me that whether i am using the correct email address or not.
 
Thanks
rgds
amit


From: Tommaso Taglioni [mailto:[EMAIL PROTECTED]
Sent: Wed 1/19/2005 9:37 PM
To: [EMAIL PROTECTED]
Subject: list in list

Hi all,

I have to convert some XML in PDF using XSL-FO and FOP.

I have a problem with some XML that have a structure like this:



...

- <ul>

      <li>aaaaa</li>

-     <li>

-         <ul>

              <li>bbbbbbbbb</li>

              <li>ccccccccccc</li>

              <li>dddddddddd</li>

      </ul>

  </li>

</ul>

.....



I tried to consider it as simple lists but it doesn't work.

This is the XSL I've tried:



<xsl:template match="ol|ul">

    <fo:list-block space-before="10pt">

        <xsl:apply-templates/>

    </fo:list-block>

</xsl:template>

<xsl:template match="ul/li">

    <fo:list-item start-indent=".5in">

    <fo:list-item-label start-indent=".25in" space-before="4pt">

      <fo:block font-size="10pt">&#x2022;</fo:block>

    </fo:list-item-label>

    <fo:list-item-body>

    <fo:block font-size="10pt"><xsl:apply-templates/></fo:block>

</fo:list-item-body>

</fo:list-item>

</xsl:template>





Any suggestion?

Thank you



Tommaso


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to