Why does the XML text field vandalize valid HTML?

Author Message

Lars Arne Brekken

Thursday 10 July 2003 7:33:02 am

I enter <table border="0" class="myclass" width="300">...</table> in an XML text field. It is saved like this, when I click edit it's unchanged.

But when I output the field on an HTML page, it's like this:
<table class="renderedtable" border="0" cellpadding="2" cellspacing="0" width="300">

How can I avoid that the text field vandalizes valid HTML?

Lars

Tony Wood

Thursday 10 July 2003 9:54:27 am

XML fields in ez are read and parsed by the eZ XML parser, to put HTML in the XML field use the literal tags
http://ez.no/manual/user/everyday#Tags

Tony Wood : twitter.com/tonywood
Vision with Technology
Experts in eZ Publish consulting & development

Power to the Editor!

Free eZ Training : http://www.VisionWT.com/training
eZ Future Podcast : http://www.VisionWT.com/eZ-Future

Lars Arne Brekken

Friday 11 July 2003 12:59:12 am

But why is the class output as 'renderedtable' even though it's saved as 'myclass'?

Bård Farstad

Friday 11 July 2003 1:31:56 am

The classes used in the XML format has no connection to HTML and CSS. This is an eZ publish term for classification. You can e.g. create a literal tag which renders text like normal pre html tag and a classification for this which is meant to show PHP code. You can then create a special template the this classification which could e.g. add syntax highlighting.

The classification variable is also available in the template so you can use this variable to set the CSS style. You would then need to change the template for table to read some thing like:

<table class="{$classification}">
....
</table>

The classification can be empty though, so you should check for this in your template and show a default classification.

--bård

Documentation: http://ez.no/doc

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 18 2025 11:43:32
Script start
Timing: Jan 18 2025 11:43:32
Module start 'layout'
Timing: Jan 18 2025 11:43:32
Module start 'content'
Timing: Jan 18 2025 11:43:33
Module end 'content'
Timing: Jan 18 2025 11:43:33
Script end

Main resources:

Total runtime0.7317 sec
Peak memory usage4,096.0000 KB
Database Queries62

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0068 589.4844152.6406
Module start 'layout' 0.00680.0033 742.125039.4766
Module start 'content' 0.01010.7201 781.6016592.3672
Module end 'content' 0.73020.0014 1,373.968812.4375
Script end 0.7316  1,386.4063 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00410.5609160.0003
Check MTime0.00200.2734160.0001
Mysql Total
Database connection0.00070.097010.0007
Mysqli_queries0.677892.6436620.0109
Looping result0.00080.1099600.0000
Template Total0.692694.720.3463
Template load0.00210.289120.0011
Template processing0.690594.367820.3452
Template load and register function0.00020.029810.0002
states
state_id_array0.00090.127810.0009
state_identifier_array0.00090.126320.0005
Override
Cache load0.00180.2458230.0001
Sytem overhead
Fetch class attribute can translate value0.00100.132130.0003
Fetch class attribute name0.00110.154860.0002
XML
Image XML parsing0.00120.161030.0004
class_abstraction
Instantiating content class attribute0.00000.001860.0000
General
dbfile0.00090.1200230.0000
String conversion0.00000.001340.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
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/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
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 17
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs