SimpleXML is used by GetSimpleCMS for efficient XML document manipulation.
The extension is enabled by default in most distros. To be sure for local development, open a terminal and list all PHP modules by typing:
php -m
For remote servers, upload a file phpinfo.php with the following contents:
<?php phpinfo(INFO_MODULES); ?>
..navigate to it in the browser, and search for SimpleXML.
If SimpleXML is not in the list, you need to install it.
Back to the GetSimple Wiki Contents Page