appypod-rattail/pod/test/contexts/XhtmlEntities.py

5 lines
199 B
Python
Raw Normal View History

2009-06-29 07:06:01 -05:00
# -*- 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>'''