Umashanker Sivagurunathan -X (usivagur - HCL at Cisco) wrote:

<>You mean List with-in another List is not support in iText?

No, I mean this is not supported:

<><ul>unordered list
<li>item 1</li>
<li>item 2</li>
</ul>

This should be supported:
<ul>
 <li>unordered list
   <ul>
     <li>item 1</li>
     <li>item 2</li>
   </ul>
 </li>
</li>

The difference between the two HTML examples
is that in the first sample you have content that isn't
inside <li>-tags.
br,
Bruno


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to