User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113
Earl Hood wrote:
Would you please elaborate on what your patches are? Maybe it can
be discussed on the mhonarc-dev list.
A colleague did it, if you like I can ask him and post details. The gist
of it is:
1) In many places mhonarc generates unclosed tags such as <br>. We
changed that to <br/>, but perhaps <br /> would be better.
2) We delete characters that are invalid XML characters.
3) We escape <, > and & with < > &
There are a number of additional things that need to be done in the
configuration file in order to generate valid XML documents, but the
items above are the changes to the actual Perl code.