Strip XML from XML text field.

Author Message

Edward Eliot

Thursday 09 September 2004 4:10:29 am

I am trying to strip XML from an XML text field when I output it. The code I am using is

{$folder:item.data_map.body.data_text|wash|striptags|shorten(60)}

but this gives me the following output

<?xml version="1.0" encoding="iso-8859-...

I have registered PHP strip_tags as an operator sucessfully.

Any ideas why this doesn't work?

Edward Eliot

Monday 13 September 2004 12:33:07 am

Anyone have any ideas?

Bård Farstad

Monday 13 September 2004 1:08:00 am

There is no quick way of doing this currently. But you could make a new template operator which does this. It should convert the formatted XML to plain text and keep paragraphs etc.

The reason why strip tags doesn't work is that the beginning/definition of the XML file is not a tag, so it's not stripped.

--bård

Documentation: http://ez.no/doc

Edward Eliot

Monday 13 September 2004 1:13:32 am

Thanks Bard.

Edward Eliot

Monday 13 September 2004 4:08:12 am

I have managed to do this and will post the template operator I have written to the contributions section soon.

Paul Borgermans

Monday 13 September 2004 4:35:04 am

Hi,

This is possible currently (and listed as an example in the ezp book on page 118 :-) ). You need to take the xhtml output instead of the raw xml:

{$folder:item.data_map.body.content.output.output_text|wash|striptags|shorten(60)}

-paul

eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans

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 19 2025 09:10:55
Script start
Timing: Jan 19 2025 09:10:55
Module start 'layout'
Timing: Jan 19 2025 09:10:55
Module start 'content'
Timing: Jan 19 2025 09:10:55
Module end 'content'
Timing: Jan 19 2025 09:10:55
Script end

Main resources:

Total runtime0.8004 sec
Peak memory usage4,096.0000 KB
Database Queries68

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0055 589.1484152.6250
Module start 'layout' 0.00550.0034 741.773439.4453
Module start 'content' 0.00890.7900 781.2188605.7578
Module end 'content' 0.79890.0014 1,386.976612.1641
Script end 0.8004  1,399.1406 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.4157160.0002
Check MTime0.00140.1748160.0001
Mysql Total
Database connection0.00080.103510.0008
Mysqli_queries0.742092.7084680.0109
Looping result0.00060.0788660.0000
Template Total0.765095.620.3825
Template load0.00250.308520.0012
Template processing0.762595.266220.3813
Template load and register function0.00020.023210.0002
states
state_id_array0.00150.182410.0015
state_identifier_array0.00090.106720.0004
Override
Cache load0.00210.2567260.0001
Sytem overhead
Fetch class attribute can translate value0.00060.075230.0002
Fetch class attribute name0.00160.201080.0002
XML
Image XML parsing0.00130.164130.0004
class_abstraction
Instantiating content class attribute0.00000.001980.0000
General
dbfile0.00100.1206240.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
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 18
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs