When a serialized XML contains some HTML fragments such as:
<contents> <content> <html> <head>...</head> <body>....</body> </html> <content> <content> <html> <head>...</head> <body>....</body> </html> <content> </contents>
we do not want that some empty tags are collapsed : <span>, <div>, ...
but the cocoon XMLSerializer close all empty tags.
So we need a specified XML serializer for theses usecases.
- Conditionne
-
CMS-6079 Attribute "ametys_meta" should not be used in <abbr> tag
- Closed