|
Get SteelArrow!
|
|
|
|
makeTableFromXML
|
|
|
|
|
|
|
Return to Function List |
|
Creates a new TABLE object from a XML data set. The TABLE that is created is contains all of
the data elements (no attributes) taken from the XML data block.
|
|
Syntax |
MakeTableFromXML( xml_data )
|
xml_data |
XML data that will be used to create the TABLE object. |
|
|
|
|
|
|
|
|