Skip to content

cla/xml - Local xml files management

These functions are for managing xml files located in the Clarive server instance filesystem.

xml.parse(file)

Returns the contents of the xml file in a structure

var xml = require('cla/zip');
xml.parse('/tmp/myfile.xml');