xmlns:xs
=http://www.w3.org/2001/XMLSchema-instance
If you do not want to see the xsi:type written into your output XML document, you can set WriteTypeAttribute = false on the serialization context object. C++ LtXmlLib10::CXmlSerializationContext::GetDefaultContext().SetWriteTypeAttribute(false); C# / VB.NET LiquidTechnologies.Runtime.Net40.XmlSerializationContext.Default.WriteTypeAttribute = false; Java com.liquid_technologies.ltxmllib10.XmlSerializationContext.Default.setWriteTypeAttribute(false); VB6 LtXmlComLib10.DefaultXmlSerializationContext.WriteTypeAttribute = False Note that this is a global setting so xs:type will never be written out.
C++ LtXmlLib10::CXmlSerializationContext::GetDefaultContext().SetWriteTypeAttribute(false);
C# / VB.NET LiquidTechnologies.Runtime.Net40.XmlSerializationContext.Default.WriteTypeAttribute = false;
Java com.liquid_technologies.ltxmllib10.XmlSerializationContext.Default.setWriteTypeAttribute(false); VB6 LtXmlComLib10.DefaultXmlSerializationContext.WriteTypeAttribute = False Note that this is a global setting so xs:type will never be written out.
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add support@liquid-technologies.com to your trusted senders list in your email software.