ez projects / arbitrary_html_inside_ez_xm...
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| arbitrary_html_inside_ez_xml_text_fields | Paul Borgermans | planning | N/A | N/A |
HTML in XML for eZ Publish 3
Allows for arbitrary html code inside tags in an
ezxml text field
Warning: this is experimental code and modifies 2 base php files that come
with the distribution. Use at your own risk!
Use:
Copy the files in this archive to their respective locations:
ezxhtmlxmloutput.php should go in
kernel/classes/datatypes/ezxmltext/handlers/output/
ezsimplifiedxmlinput.php should go in
kernel/classes/datatypes/ezxmltext/handlers/input/
html.tpl should go in
design/standard/templates/content/datatype/view/ezxmltags/
A better way is probbaly to copy these files as special input/output
handlers for ez xml text fields. Or define a new datatype: xhtml
text.
Comments welcome
Paul
Changelog
Friday 09 September 2005 11:30
Pavel Veretennikov