Difference between revisions of "Nats array to xml"
From TMM Wiki
Jump to navigationJump to searchm |
(No difference)
|
Revision as of 13:20, 11 December 2008
nats_array_to_xml
Converts an array into XML data.
Alias: array_to_xml
Parameters
(Required parameters in bold)
Parameter | Description | Possible Values | Default Value | Example |
---|---|---|---|---|
data | The array to convert to XML | Any valid Smarty array | None. | data="my_array" |
name | Name of the variable to store output | Any valid Smarty variable name | nats_data | name="my_name" |
Output
XML data in the {nats_data} variable or whatever variable name you specified.
Notes
None.