appy.gen: xhtml2odt: better management of 'div' tag (considered exactly like a 'p' tag).

This commit is contained in:
Gaetan Delannay 2011-06-17 01:44:42 +02:00
parent 791ee42164
commit de8df53f42
8 changed files with 587 additions and 590 deletions

View file

@ -1,5 +1,5 @@
xhtmlInput = '''
<p class="document">
<div class="document">
<p>Some <strong>bold</strong> and some <em>italic</em> text.</p>
<p>A new paragraph.</p>
<p>A list with three items:</p>
@ -9,5 +9,5 @@ xhtmlInput = '''
<li>the last item</li>
</ul>
<p>A last paragraph.</p>
</p>
</div>
'''