Go to the source code of this file.
base64_decodefile |
( |
|
$filename | ) |
|
extractFileFromXmlDocument |
( |
|
$file | ) |
|
extract encoded base 64 file from xml and put it in local media directory the file is rewrite without encoded data and replace by href attribute
- Parameters
-
- Returns
- string error message empty if no errors
Definition at line 145 of file freedom_import_xml.php.
extractFilesFromXmlDirectory |
( |
|
$splitdir | ) |
|
freedom_import_xml |
( |
Action & |
$action, |
|
|
|
$filename = "" |
|
) |
| |
export global xml file
- Parameters
-
Action | $action | main action |
string | $filename | xml filename to import |
Definition at line 25 of file freedom_import_xml.php.
freedom_import_xmlzip |
( |
Action & |
$action, |
|
|
|
$filename = "" |
|
) |
| |
export global xml file
- Parameters
-
Action | $action | main action |
string | $filename | xml filename to import |
Definition at line 66 of file freedom_import_xml.php.
importXmlDirectory |
( |
|
$dbaccess, |
|
|
|
$splitdir, |
|
|
|
$opt |
|
) |
| |
read a directory to import all xml files
- Parameters
-
string | $splitdir | |
| array | options analyze (boolean) , policy (string) |
Definition at line 107 of file freedom_import_xml.php.
importXmlDocument |
( |
|
$dbaccess, |
|
|
|
$xmlfile, |
|
|
& |
$log, |
|
|
|
$opt |
|
) |
| |
splitXmlDocument |
( |
|
$xmlfiles, |
|
|
|
$splitdir |
|
) |
| |
splitZipXmlDocument |
( |
|
$zipfiles, |
|
|
|
$splitdir |
|
) |
| |