How do you stop the comment Created by Liquid XML in the Data Binder output?
Question asked by Greg Barlow - 6/21/2017 at 1:42 PM
Answered
Whenever I call ToXml() in the XML Data Binder, the output XML includes the comment:
Created by Liquid XML Data Binding Libraries (www.liquid-technologies.com)
 
I would expect this in the Trial, but not in the paid version?
Liquid Support Replied
Employee Post
Hi Greg,
 
Yes you can suppress this comment by calling the NoBanner method or property.
 
C++ 
LtXmlLib15::NoBanner();

C#  or VB .Net
LiquidTechnologies.Runtime.Net40.XmlObjectBase.NoBanner = true;
 
Java 
com.liquid_technologies.ltxmllib15.XmlObjectBase.noBanner();
 
Visual Basic 6
 
NoBanner
 
Please see the product documentation:
 
E B Replied
Hello!

How can I removed the banner for Liquid XML Objects?

This seems to be from the XML Data Binder, and is outdated?
Liquid Support Replied
Employee Post Marked As Answer

Reply to Thread