...
- Name = tag2
- Attributes = roAssociativeArray with one entry,
{caveman, barney}
- Body = Invalid
If the tag contains other tags, the body will be of the type roXMLList.
To generate XML content, create an roXMLElement and call the SetBody()
and SetName()
methods to build it–then call the GenXML()
method to generate it.
...