Subject: | ending with itemizedlist busted |
Linux sandbox 2.2.17 #1 Sun Jun 25 09:24:41 EST 2000 i686 unknown unknown GNU/Linux
Text::WikiFormat::SAX
(using it with AxKit::XSP::Wiki)
using "wiki format" in the axkit wiki, ending an entry with an item in this list format:
* hello
(four spaces, asterisk, space, entry)
results in bad XML output:
<wiki>
<!-- Text::WikiFormat::SAX v0.03 -->
<br /> is a brand new way for groups to collaborate to make web pages (and even sites) together.
<br />
<br />basic things to know.
<itemizedlist>
<listitem>hello<br />
</listitem>
</wiki>
Later with just
* hello
I got this even more busted
<wiki>
<!-- Text::WikiFormat::SAX v0.04 -->
<itemizedlist>
<br />tem>hello
</listitem>
</wiki>