Hi Kosta,

Konstantin Triger wrote:
> Hi Eno,
> 
> Currently we output the documentation element twice, for example:
> if ((o92.Name == "documentation" && o92.NamespaceURI == 
> "http://schemas.xmlsoap.org/wsdl/";)) {
> }
> else o92.WriteTo (Writer);
> WriteElementLiteral (o92, "", "", false, true);
> 
> If the name is not 'documentation' (in our case it's 'wsdl:documentation'), 
> the element is written by WriteTo and WriteElementLiteral.
> 
> But if this is auto generated, we need to fix in the xml serialization 
> generator code.

With your hint it was easy to fixed it (I think I fixed it :-)
Can you please check if it works for you?

Atsushi Eno
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to