[Mono-docs-list] xml problem with monodoc
Alexandre Grin
alexandre.grin at gmail.com
Mon Jun 19 17:17:35 EDT 2006
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-docs-list/attachments/20060619/fa713891/attachment.html
More information about the Mono-docs-list
mailing list