Hello,
The bug was that the documentation assembler was generating files
like this:
<class>
</class>
<class>
</class>
I have now changed it so the file generated is:
<elements>
<class>
</class>
<class>
</class>
</elements>
The fixes are on CVS in the `monodoc' module. I will try to do a
release tomorrow of Monodoc for people to use.
Miguel