2009-06-29 07:06:01 -05:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
xhtmlInput = '''
|
|
|
|
<p>Some HTML entities: é: é, è: è, Atilde: Ã.</p>
|
2009-10-18 07:52:27 -05:00
|
|
|
<p>XML entities: amp: &, quote: ", apos: ', lt: <, gt: >.</p>
|
|
|
|
<p> </p><p>Para</p>'''
|