// add custom value to ProcessingInstructions collection in Default context SerializationContext.Default.ProcessingInstructions.Add("<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>"); // set includeDocHeader = false in ToXml string strXml = elm.ToXml(false, System.Xml.Formatting.Indented, EOLType.CRLF);
// add custom value to ProcessingInstructions collection in custom context SerializationContext context = new SerializationContext(); context.ProcessingInstructions.Add("<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>"); // set includeDocHeader = false in ToXml string strXml = elm.ToXml(false, System.Xml.Formatting.Indented, EOLType.CRLF, context);
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.