-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.3.0
-
Component/s: None
-
Labels:None
-
Sprint:4.3 RC2
The input stream of a richtext is saxed as a String data.
The XML value is not parsed.
So it is not possible to apply XSL transformation when rendering the value.
Indeed, when saxing a view with a richtext attribute using DataHolder.dataToSax, the result is currently :
<attributes> <description> "<?xml version="1.0" encoding="UTF-8"?><docbook:article><para>Texte</para></docbook:article>" </description> </attributes>
It should be :
<attributes> <description> <docbook:article> <para>Texte</para> </docbook:article> </description> </attributes>
- Conditionne
-
ODF-2323 [Charte Ametys Campus] Utiliser des popup pour les ELP
-
- Closed
-