2012-02-01, 06:56:45
In the below webpage, right after the title and before the content is the returned list of FAQ:
http://michaelhenken.com/plugin_tests/FAQ/1.0/
As you see its in lists as you requested.
http://michaelhenken.com/plugin_tests/FAQ/1.0/
As you see its in lists as you requested.
Code:
<ul>
<li>Category 1 Name
<ul>
<li>Test Question 1 C1
<ul>
<li>Test Answer 1 C1</li>
</ul>
</li>
</ul>
</li>
</ul>