Forums / General / Why does the XML text field vandalize valid HTML?

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

eZ debug

Timing: Jan 18 2025 05:11:54
Script start
Timing: Jan 18 2025 05:11:54
Module start 'content'
Timing: Jan 18 2025 05:11:54
Module end 'content'
Timing: Jan 18 2025 05:11:55
Script end

Main resources:

Total runtime0.6125 sec
Peak memory usage4,096.0000 KB
Database Queries199

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0093 588.9531180.8203
Module start 'content' 0.00930.4868 769.7734597.4609
Module end 'content' 0.49610.1164 1,367.2344337.6875
Script end 0.6125  1,704.9219 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00410.6627210.0002
Check MTime0.00170.2729210.0001
Mysql Total
Database connection0.00150.238410.0015
Mysqli_queries0.542388.53571990.0027
Looping result0.00170.27251970.0000
Template Total0.581995.020.2909
Template load0.00200.321620.0010
Template processing0.579994.675520.2899
Template load and register function0.00010.017610.0001
states
state_id_array0.00110.175210.0011
state_identifier_array0.00090.149420.0005
Override
Cache load0.00160.2647230.0001
Sytem overhead
Fetch class attribute can translate value0.00090.152740.0002
Fetch class attribute name0.00090.150460.0002
XML
Image XML parsing0.00130.209940.0003
class_abstraction
Instantiating content class attribute0.00000.002060.0000
General
dbfile0.00300.4829340.0001
String conversion0.00000.001230.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

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
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/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