2011-05-20 09:20:49 -05:00
|
|
|
xhtmlInput = '''
|
2011-06-16 18:44:42 -05:00
|
|
|
<div class="document">
|
2011-05-20 09:20:49 -05:00
|
|
|
<p>Some <strong>bold</strong> and some <em>italic</em> text.</p>
|
|
|
|
<p>A new paragraph.</p>
|
|
|
|
<p>A list with three items:</p>
|
|
|
|
<ul>
|
|
|
|
<li>the first item</li>
|
|
|
|
<li>another item</li>
|
|
|
|
<li>the last item</li>
|
|
|
|
</ul>
|
|
|
|
<p>A last paragraph.</p>
|
2011-06-16 18:44:42 -05:00
|
|
|
</div>
|
2011-05-20 09:20:49 -05:00
|
|
|
'''
|