I need to output just the Question List without the rest of the page. This would be the contents of the <DIV CLASS=qa-q-list> container.
Can this be done, or do I need to create a plugin?
I guess I could call qa_output_content() and use DOMDocument to extract it. Haven't tried this yet.
Any thoughts?