J
Julia
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>
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>