[TYPO3-core] Gremlin #1292: xhtml_cleaning cleansHTML commentswhich is not wanted in any case
Martin Kutschker
Martin.Kutschker at blackbox.net
Wed Nov 9 09:59:48 CET 2005
Sebastian Kurfuerst <sebastian at garbage-group.de> writes on
Tue, 08 Nov 2005 22:56:51 +0100 (MET):
> Hi,
> I just rechecked your improvements and I am pretty sure they won't
> help anything. The problem exists that tags _inside_ comments are
> processed by xhtml_cleaning as well, this means they are converted to
> lower case, which is not wanted.
Note: xml is case-sensitive. but that doen NOT mean only lower case characters are allowed, as is seen in the Rdf examle.
So there are two bugs:
* tags within comments are processed
* all tags are lower cased (not just well-known xhtml tag)
So I think unless some has time to solve these bugs properly, nothing should be changed.
Let's make TYPO3 xhtml complaint so we don't need this xhtml_cleaning option.
Masi
More information about the TYPO3-team-core
mailing list