Sunday 13 July 2003 6:02:04 pm
With past versions of ezpublish (they may have been RC for 3.0) it was possible to have nested lists in XML text fields. For example
<ol>
<li>item 1<li>
<li>item 2<li>
<li>
<ul>
<li>item 2.1</li>
<li>item 2.2</li>
<li>item 2.3</li>
</ul>
</li>
<li>item 3<li> </ol> This markup is no longer valid in the current version. I do understand that this will also effect the OE as it will need to be able to handle these. Will nested lists be available in future versions of ezpublish?
Cheers
Bruce designIT
My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish
|