By reporting abuse, a moderator will be asked to review the content of this interaction to take further action, if necessary.
XNamespace xsi = "http://www.w3.org/2001/XMLSchema-instance"; string xml = @"<Configuration> <A type='test'/> <B type='test2'/> <C type='test3'/> </Configuration>"; var s = new LiquidTechnologies.XmlObjects.LxSerializer<ConfigurationElm>(); using (StringReader reader = new StringReader(xml)) { var o = s.Deserialize(reader); // add schema location attribute o.UnprocessedAttributes.Add(new XAttribute(xsi + "schemaLocation", "http://server/myschema.xsd")); using (StringWriter writer = new StringWriter()) { s.Serialize(writer, o); Debug.Write(writer.ToString()); } }
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.
A code was sent to the recovery email address. Please provide the 6-digit code.
A code can be retrieved from your authentication app. Please provide the 6-digit code.
An email was sent to your recovery email address. If you need further assistance, please contact your system admin.