appypod-rattail/pod/test/contexts/XhtmlEntities.py
2009-06-29 14:06:01 +02:00

5 lines
199 B
Python
Executable file

# -*- coding: utf-8 -*-
xhtmlInput = '''
<p>Some HTML entities: é: &eacute;, è: &egrave;, Atilde: &Atilde;.</p>
<p>XML entities: amp: &amp;, quote: &quot;, apos: &apos;, lt: &lt;, gt: &gt;.</p>'''