xml problem with monodoc

"Alexandre Grin" <[email protected]>
Newsgroups gmane.comp.gnome.mono.documentation
Message-ID <[email protected]>
Hi,
I would like to add an example wich contains the code line :

string ui_info =
            "  <menubar>\n" +
            "    <menu name=\"MenuFile\" action=\"firstMenu\" >\n" +
            "      <menuitem name=\"quit\" action=\"quit\" />\n" +
            "    </menu>\n" +
            "    <menu name=\"MenuEdit\" action=\"secondMenu\" >\n" +
            "      <menuitem name=\"Bold\" action=\"bold\" />\n" +
            "      <separator name=\"sep2\" />\n" +
            "      <menuitem name=\"cut\" action=\"cut\" />\n" +
            "    </menu>\n" +
            "  </menubar>\n" +
            "  <toolbar name=\"toolbar\">\n" +
            "    <toolitem name=\"cut\" action=\"cut\" />\n" +
            "    <toolitem name=\"Bold\" action=\"bold\" />\n" +
            "    <toolitem name=\"Quitter\" action=\"quit\" />\n" +
            "  </toolbar>\n";

But Monodoc doesn't like it because there are xml structure in it...
Does anyone know how I can get the stuff?

Regards,
Alex Grin

_______________________________________________
Mono-docs-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-docs-list
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.