Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EM with class ignored #2

Open
GoogleCodeExporter opened this issue Apr 27, 2015 · 0 comments
Open

EM with class ignored #2

GoogleCodeExporter opened this issue Apr 27, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant