Forums / Developer / empty ezxhtmlxmloutput after standard template

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

empty ezxhtmlxmloutput after standard template

Author Message

Esteban Rodriguez

Wednesday 18 April 2007 12:07:13 pm

Hello there,

I am having an odd problem with some xml text attributes in a standard eZ installation using the latest revision of Exponential 3.9.2

When I show the contents of a xml text attribute via the standard template, for example in the intro field of an article:

{attribute_view_gui attribute=$node.data_map.intro}

This calls up the template in design/standard/templates/content/datatype/view/ezxmltext.tpl

Now when the template displays the content of the xml text field in $module_result.content, the property .output.output_text is emptied after the output, so any other later call to that property returns an empty string.

for example, debugging design/standard/templates/content/datatype/view/ezxmltext.tpl

{$attribute.content.output.output_text|attribute(show)} {*this brings data*}
{$attribute.content.output.output_text}
{$attribute.content.output.output_text|attribute(show)} {*this is empty !!!!!!!! *}

is this a bug? am I doing something wrong?

regards,

I have great faith in fools; self-confidence my friends call it.

http://presencia.net

Esteban Rodriguez

Wednesday 18 April 2007 12:18:11 pm

Update:

I solved the issue with the following code in an override for ezxmltext.tpl

{def $somevar=$attribute.content.output}
{$somevar.output_text}

This avoids the effect of breaking the content of the xmltext field.

I would like to know why it happened, though. It's the first time I see it happen.

I have great faith in fools; self-confidence my friends call it.

http://presencia.net

Bin LIU

Friday 11 May 2007 2:32:14 am

I met the seam bug of Exponential 3.9.1

In front :

{attribute_view_gui attribute=$node.data_map.intro}

debugging design/standard/templates/content/datatype/view/ezxmltext.tpl

{$attribute.content.output|attribute(show,1)}

i get <b>output_text is empty</b> :

Attribute 	Type 	Value
output_text 	string 	''
aliased_type 	boolean 	false
aliased_handler 	NULL 	
view_template_name 	string 	'ezxmltext'

But in BackOffice
The same template design/standard/templates/content/datatype/view/ezxmltext.tpl
i get <b>output_text is not empty</b>.

Attribute 	Type 	Value
output_text 	string 	'**************   XML    ***********'
aliased_type 	boolean 	false
aliased_handler 	NULL 	
view_template_name 	string 	'ezxmltext'

Anybody know Why ??????????????????thanks

=== Lagardère Active ===

Fetch random
http://projects.ez.no/la_fetch_random
LA Static Cache
http://projects.ez.no/lastaticcache
LA Bookmarks (jquery)
http://projects.ez.no/labookmark
LA Calendar (jquery)
http://projects.ez.no/lacalendar

My site ez
http://lingping.info

Bin LIU

Friday 11 May 2007 2:51:43 am

This is the XML for Summary (Requis) in my Backoffice :


<table class="comparison" border="0" width="878px">
  <tr>
    <td><embed size="original" align="left" href="ezobject://173" /></td>
    <td><strong>XXX</strong>

XXXXXXX <link target="_blank" href="http://www.XXX.fr/">XXX</link>.</td>
    <td></td>
  </tr>
</table>


<b>the problem come from the table ?? because i have other XML without "table" works well !!</b>

=== Lagardère Active ===

Fetch random
http://projects.ez.no/la_fetch_random
LA Static Cache
http://projects.ez.no/lastaticcache
LA Bookmarks (jquery)
http://projects.ez.no/labookmark
LA Calendar (jquery)
http://projects.ez.no/lacalendar

My site ez
http://lingping.info

Bin LIU

Friday 11 May 2007 3:07:15 am

OK, when i add something in "body", the 2 XML bloc (intro and body) work.

It's strange but i don't know !!! strange strange strange !!!

=== Lagardère Active ===

Fetch random
http://projects.ez.no/la_fetch_random
LA Static Cache
http://projects.ez.no/lastaticcache
LA Bookmarks (jquery)
http://projects.ez.no/labookmark
LA Calendar (jquery)
http://projects.ez.no/lacalendar

My site ez
http://lingping.info