Nodes form the structure of XMLports and the structure of the XML document or text file that is to be imported from or exported to. Each node has several important properties that can be accessed directly from Visual Studio Code. The following sections describe each node and its properties.
Read more
XMLName
XMLName is used to specify the XML node name of the XML element or attribute. Node names must be entered in the order in which they are presented in the XML document. Parent elements must...Read more