are you using the XmlSerializer?
--
-----
fragmente einer flugbahn -
http://emvoid.de
"Julia" <(E-Mail Removed)> schrieb im Newsbeitrag
news:(E-Mail Removed)...
> Hello
>
> How can i control the serialize result?
> I dont need <?xml version="1.0" encoding="utf-8" ?> and
> "xmlns:xsd=http://www.w3.org/2001/XMLSchema
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>
> in the following example:
>
> <?xml version="1.0" encoding="utf-8" ?>
> <Message xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
> <info>
> <id>0</id>
> </info>
> </Message>
>
>