Forums / Setup & design / Problem rendering &apos

"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".

Problem rendering &apos

Author Message

James Ward

Thursday 22 January 2009 1:18:28 pm

I am having trouble with an &apos character no rendering correctly in IE. Since the data is being pulled from an XML feed I have to modify the output to fix the problem.

Following the advice here:
http://ez.no/developer/forum/developer/displaying_apostrophes

I changed my output from:
{$node.data_map.description.data_text|xmlwash()}
to:
{$node.data_map.description.content.output.output_text}

However this is having an unintended consequence on my site design.

The old data_text method would appear in the source code with:
<section>
<paragraph>
preceding it.

The output_text code appears in the source with just a <p> preceding it.

Where or how can I change this behavior?

working at www.wardnet.com
blogging at www.jamesward.ca