How do I make a template so the following XML…
<content>
<bullet>text</bullet>
<bullet>more text</bullet>
o more text
o more text
o more text
<bullet>more text</bullet>
</content>
looks like this in html…
<li>text</li
<li>more text</li>
o more text
o more text
o more text
<li>more text</li>
It’s probably simple, but I just end up with…
text
more text
o more text
o more text
o more text
more text
<li>text</li>
<li>more text</li>
<li>more text</li>
Thank-you for any help.
1 Answer