You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why does the converter ignores all EMs with a class attribute?
E.g. I have XHTML code like this:
<ul>
<li>Pourquoi est-ce que Xavier répare son vélo?</li>
<li>Il <em class="char">sera</em> certainement <em class="char">tombé</em>. Ou bien il <em class="char">aura</em> peut-être <em class="char">eu</em> une panne.</li>
<li>Oh non, nous voulons faire un tour à vélo dans une heure.</li>
<li>Pas de panique! D'ici là il <em class="char">aura réparé</em> son vélo.</li>
</ul>
After converting to icml all LIs with EM class="char" are missing:
<CharacterStyleRange AppliedCharacterStyle="CharacterStyle/[No character
style]"><Content>Pourquoi est-ce que Xavier répare son
vélo?</Content></CharacterStyleRange><Br/></ParagraphStyleRange><ParagraphStyle
Range AppliedParagraphStyle="ParagraphStyle/ul"><CharacterStyleRange
AppliedCharacterStyle="CharacterStyle/[No character style]"><Content>Oh non,
nous voulons faire un tour à vélo dans une
heure.</Content></CharacterStyleRange><Br/></ParagraphStyleRange>
Original issue reported on code.google.com by mario.mu...@gmail.com on 14 May 2013 at 9:27
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
mario.mu...@gmail.com
on 14 May 2013 at 9:27The text was updated successfully, but these errors were encountered: