It looks like you're new here. Sign in or register to get started.
XmlDoc.GetRoot(Element); Element.WriteTo(varText);
XmlDoc: XmlDocument; Element: XmlElement; varText: Text;
XmlDoc.GetDeclaration(XmlDecl); XmlDecl.Remove;
XmlDecl: XmlDeclaration
Answers
Where:
Where:
before, and I get the error XmlNode not set, even though if I write the XmlDoc to a text and display it with Message(text), I can see the xml.