|
The XML APIs introduce some new internal data types to Vortex. Note
that these are not SQL data types, and cannot be stored in a table.
These types cannot be printed directly. For example just printing
$var when it contains an xmlNode will simply print
(xmlNode). The methods for converting them to strings is
provided in their individual descriptions.
As with all Vortex data, there is no memory management necessary. All
allocating and freeing is handled by Vortex for you.
Copyright © Thunderstone Software Last updated: Mon Feb 18 10:28:15 EST 2013
|