# -*- coding: utf-8 -*- xhtmlInput = '''

Hello.

Heading One

Blabla.

SubHeading then.

Another blabla.


''' # I need a class. class D: def getAt1(self): return xhtmlInput dummy = D()