xml.php
This script produces an XML version of a Siteframe object. It has two required parameters (query strings):
- c=string- the class of object to export
- id=number- the id of the object to export
For example, to create an XML version of a Page object with ID=12, you'd use this URL:
http://siteframe.info/xml.php?c=Page&id=12
Objects exported in this manner can be imported on another site via the administrator's menu.
