Class: atkXmlHandler
Source Location: /handlers/class.atkxmlhandler.inc
Class atkXmlHandler
Method Summary
| void |
action_xml() |
The action handler method. Creates an xml document and outputs it to the browser. |
| String |
xml() |
Convert a record to an XML fragment. |
Methods
The action handler method. Creates an xml document and outputs it to the browser.
String xml(
array
$record
)
|
|
Convert a record to an XML fragment.
Parameters:
|
array |
$record: |
The record to convert to xml. |
API Tags:
Information Tags:
| Todo: | This handler can only handle 'simple' key/value attributes like atkAttribute. Relation support should be added. |