Forums / General / Link in XML content causes line breaks

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

Link in XML content causes line breaks

Author Message

Simon Lynch

Monday 21 June 2004 1:51:45 am

Hi all,

Anyone come up against the fact that eZ seems to put link breaks (carridge returns in the HTML output) after a hyperlink <LINK> tag in XML content? This is a bit of a pain as it means that IE (in its wisdom) renders the output with an extra space.

I have code that looks like this:

<link href='/snip'>residence permit</link>.

And output that looks like this:

<a href="/snip">residence permit</a>
.<br />

Giving hyperlink and text that looks like this

residence permit .

----> any ideas would be most welcome. Or is this a bug, I couldn't find any references to this anywhere.

Thanks in advance, Simon