xml.decompile
| Syntax |
xml.decompile (adrTable)
|
| Params |
adrtable is the address of a table created by xml.compile, or a table in the same format as the one produced by xml.compile.
|
| Action |
Creates tagged text that's equivalent to the database structure.
|
| Returns |
A string containing the XML text that represents the database structure.
|
| Examples |
xml.decompile (@xml.examples.myComputer.tableStructure)<?XML VERSION="1.0"?> <myComputer> <brand>Dell</brand> <model>Latitude CP</model> <ram>64MB</ram> <os>Windows NT 4.0</os> </myComputer>
|
| See Also |
xml.compile The XML-Database page on the Frontier website.
|