Getting error from XMLImport plugin

I have DC metadata for items in XML format that I want to import into Omeka. I installed the CSVImport and XMLImport plugins, but when I try to import one of the test XML files as per the instructions found with the XMLImport plugin, I keep getting this error:

"Fatal error: Undefined class constant 'COLUMN_DELIMITER_OPTION_NAME' in /omeka/www/data/plugins/XmlImport/controllers/IndexController.php on line 370"

I also do not fully understand what specific parameters I need to add to the "Add specific parameters to use with this xsl sheet" field. Can someone please give me a specific example?

Hi,

XmlImport is a wrapper against CsvImport : it helps you to convert your xml file into a csv file, automatically imported by CsvImport.

The message means that CsvImport is disabled. You need to enable it.

Specific parameters are variables for the xsl sheet. They can modify the resulted csv file. They depends on your style sheet.

Sincerely,

Daniel Berthereau
Infodoc & Knowledge management