XML Data Store
XMLStoreContrib is a package for storing plugin data in XML files on Foswiki servers
Usage
This package is intended to be used by plugins to allow storage of data in XML files within the Foswiki framework.
Installation Instructions
You do not need to install anything in the browser to use this extension. The following instructions are for the administrator who installs the extension on the server.
Open configure, and open the "Extensions" section. Use "Find More Extensions" to get a list of available extensions. Select "Install".
If you have any problems, or if the extension isn't available in
configure
, then you can still install manually from the command-line. See
http://foswiki.org/Support/ManuallyInstallingExtensions for more help.
Debian/Ubuntu users
Install the prerequisites using apt-get
-
apt-get install libxml-libxml-perl
Dependencies
Name | Version | Description |
---|
XML::LibXML | >=0 | Required |
Contrib Info
Change History: |
|
31 Aug 2015 |
1.0.1 Remove use of Foswiki::Func::loadFile/saveFile |
13 Aug 2015 |
1.0.0 Initial release. |