Nested lists

Author Message

Dariusz Wlodarczyk

Tuesday 23 December 2003 1:19:09 pm

I wont have something like this:

1. First number
* First bullet
* Second bullet
2. Second number
3. Third number

but XMLText don't like this:

<ol>
<li>First number</li>
<ul>
<li>First bullet</li>
<li>Second bullet</li>
</ul>
<li>Second number</li>
<li>Third number</li>
</ol>

So, next i try this:

<ol><li>First number</li></ol>
<ul>
<li>First bullet</li>
<li>Second bullet</li>
</ul>
<ol start=2>
<li>Second number</li>
<li>Second number</li>
</ol>

But System don't like parameter start :(

It is possible to have nested lists in XMLText ? If yes please write how.

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 04:27:06
Script start
Timing: Jan 31 2025 04:27:06
Module start 'layout'
Timing: Jan 31 2025 04:27:06
Module start 'content'
Timing: Jan 31 2025 04:27:07
Module end 'content'
Timing: Jan 31 2025 04:27:07
Script end

Main resources:

Total runtime0.8561 sec
Peak memory usage4,096.0000 KB
Database Queries46

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0066 588.0000151.1953
Module start 'layout' 0.00670.0027 739.195336.6016
Module start 'content' 0.00940.8456 775.7969861.7969
Module end 'content' 0.85490.0011 1,637.59387.8906
Script end 0.8561  1,645.4844 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00410.4792160.0003
Check MTime0.00150.1707160.0001
Mysql Total
Database connection0.00090.103310.0009
Mysqli_queries0.805494.0708460.0175
Looping result0.00050.0587440.0000
Template Total0.820895.920.4104
Template load0.00220.260920.0011
Template processing0.818595.611420.4093
Template load and register function0.00140.161710.0014
states
state_id_array0.00120.140210.0012
state_identifier_array0.00190.216720.0009
Override
Cache load0.00180.2160320.0001
Sytem overhead
Fetch class attribute can translate value0.00080.088910.0008
Fetch class attribute name0.00150.173820.0007
XML
Image XML parsing0.00200.238510.0020
class_abstraction
Instantiating content class attribute0.00000.000520.0000
General
dbfile0.00270.3111160.0002
String conversion0.00000.000840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 11
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs