05-11-2011 01:00 PM
05-22-2011 09:36 AM
05-23-2011 12:21 PM
05-26-2011 06:54 AM
<configuration>
<parametro>parameter</parametro>
<parametro2>model uri</parametro2>
</configuration>
then I uploaded this file on alfresco , and to read this configuration file I have implemented these lines of code:
nodes = search.luceneSearch("ALL:configuration.xml");
var contenuto= nodes[0].content
var xml = new XML(contenuto)
var parametro=xml.parametro.toString();
var parametro2= xml.parametro2.toString();
etc. etc.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.