Bug #15468
closedmasked characters (<) in xml are destroyed
0%
Description
When converting the XML of a TemplateVoila Datastructure, all masked characters seem to be destroyed. This results in !--TYPO3SEARCH_begin-- etc. shown in the frontend and hangups when trying to show for example an ä in the detail view of a DS in the backend. With other characters, especially < and > they are simply removed in the detail view.
AFAICS it appears only with PHP5. My installation with PHP4 doesn't show it on beta1, while with PHP5 the beta1 also had this problem and upgrade to beta2 didn't change anything.
Because it looks like a problem of xml2array, I put it in the core project, not in Templavoila.
(issue imported from #M2335)
Updated by Martin Sch¶nbeck almost 19 years ago
I forgot to mention, that I'm using utf-8 and of course TemplaVoila 0.5.0
Updated by Sebastian Kurfuerst almost 19 years ago
Hi Robert,
can you please have a look at it?
Thanks,
Sebastian
Updated by Martin Sch¶nbeck almost 19 years ago
I've just installed PHP5.1.2 on the system, where I had PHP4 before, because the problem clearly was in the xml_parse_into_struct. With PHP5.1.2 the problem doesn't arise. I'll install it next morning on the other system, where by now PHP5.0.3 is installed and report the result
Martin
Updated by Martin Sch¶nbeck almost 19 years ago
I now installed PHP5.1.2 and it works. So I'm sorry for any inconvenience, but at least we know now, TYPO3 won't work witch PHP5.0.3
Martin
Updated by Robert Fink almost 19 years ago
I experienced similar problems (with rlmp_officelib parsing xml files) with PHP5.0.3
robert
Updated by Andreas Wolf about 13 years ago
- Status changed from New to Closed
- Target version deleted (
0) - PHP Version deleted (
5)
Closing this as it seems to be a PHP bug in an ancient version (5.0.3)