Need help with ordered lists

Author Message

Noel Dickover

Thursday 16 October 2003 5:19:01 am

Greetings,

I would like to have nested ordered lists in my content, such as:

<---
<ol>
<li>item1</li>
<ol>
<li>item2</li>
</ol>
</ol>
--->
But unfortunately the WYSIWYG editor seems to strip the nested ordered lists out (leaving only on level of ordered list) even if I disable the editor and send directly to publishing. Also I would like to be about to use the "type" attribute to define the ordered list as uppercase letters. Default, the system does not allow me to do this.

Please let me know what I need to make this work,

Thanks in advance.

Marco Zinn

Friday 24 October 2003 12:03:32 pm

Please check, if your XML-sample is right. Because: it will probable not validate in ezPublish anyway and so, the XML parser strips out the inner "ol".
Try:
-----
<ol>
<li>item1</li>
<li><ol>
<li>item1.1</li>
</ol></li>
<li>item2</li>
</ol>
---

Marco
http://www.hyperroad-design.com

Dariusz Wlodarczyk

Tuesday 23 December 2003 1:25:38 pm

This don't work too :(

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 31 2025 00:40:28
Script start
Timing: Jan 31 2025 00:40:28
Module start 'layout'
Timing: Jan 31 2025 00:40:28
Module start 'content'
Timing: Jan 31 2025 00:40:28
Module end 'content'
Timing: Jan 31 2025 00:40:28
Script end

Main resources:

Total runtime0.0233 sec
Peak memory usage4,096.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0057 589.2578151.2109
Module start 'layout' 0.00570.0042 740.4688220.6875
Module start 'content' 0.01000.0118 961.1563997.7578
Module end 'content' 0.02180.0015 1,958.914133.9922
Script end 0.0233  1,992.9063 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002510.7450140.0002
Check MTime0.00104.2231140.0001
Mysql Total
Database connection0.00114.536210.0011
Mysqli_queries0.003414.725630.0011
Looping result0.00000.047110.0000
Template Total0.00114.710.0011
Template load0.00083.634910.0008
Template processing0.00021.055810.0002
Override
Cache load0.00062.553510.0006
General
dbfile0.00083.581780.0001
String conversion0.00000.025640.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs