loadDir()
loadDir( compatibilityCheck = TRUE) : mixed||string|int
Read ROOT_DIR directory for XML style files and return an associative array. Each XML file should be within its own folder within ROOT_DIR. This folder name should match the first part of the XML file name e.g.
apa/APA.xml or chicago/CHICAGO.xml.
CONSTANTS.php stores OSBIB_VERSION -- the osbibVersion field of the style XML file must equal this.
Parameters
compatibilityCheck | If TRUE (default), return only files compatible with OSBIB_VERSION |
Returns
mixed||string|int —Sorted associative array - keys = filename (less '.xml'), values = Style description.