[MonoDevelop] addin xml

Todd Berman tberman@off.net
Fri, 29 Oct 2004 22:14:25 -0700


On Fri, 2004-10-29 at 20:34 -0700, Christian Hergert wrote:
> I have my addin xml file which uses specialized xml node names which are
> specified through a Codon. i get an error when they are included and
> then became curious if there is anything special that is needed to get
> them to work.
> 
> attached is the addin xml file.
> 
> the problem is definitely in the <MonoQueryConnection> tags. all the Xml
> Required tags are visible.
> 
> anyone have similar problems?
> 

I think, and i might be wrong, that you have to add that kind of stuff
to the AddIn.xsd file.

I am not 100% sure though.

This is another barrier to plugins that we would like to break.


(Btw, both of these pieces are inherited from the original #D
architecture).

--Todd