I am quite new to mono developing. I was trying to make mono run a c# library that 
makes simpler to write client server programs that exchange xml streams (it is called 
jabber.net).
My problem is that since both System.dll and System.Xml.dll classes needs some more 
methods to make all the stuff work.
My idea was to provide first the code to System.Xml package and then to the other.
Now my question is: is there a well know way to only use System.Xml classes provided 
by mono, so that it is possible to make them somehow more complete?
My idea was to make a VS.NET solution and include as projects both the library and the 
System.Xml.dll project file: is that the best way (sure at the beginning, when the 
compiler was not self hosting, you made something similar...)?
 
Thanks,
   Francesco
 

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to