Is it possible, using PHP, to extract the headings (h1, h2, etc.) from a page using PHP, and list them on the same page in an unordered list? A WordPress-specific solution is fine, but a general PHP solution is welcome as well.
EDIT: What I want is something of the form
h1
h2
h3
h3
h2
h3
h3