5 lines
199 B
Python
Executable file
5 lines
199 B
Python
Executable file
# -*- coding: utf-8 -*-
|
|
xhtmlInput = '''
|
|
<p>Some HTML entities: é: é, è: è, Atilde: Ã.</p>
|
|
<p>XML entities: amp: &, quote: ", apos: ', lt: <, gt: >.</p>'''
|