Hi All,

I am using MLCP to export content from specific collection in ML database.
While exporting i need to transform the document in required output
structure.
Their is conf.xml file where we can store xquery which i expect that it
will execute during export.

 for example i used simple query to log some text value in log file to test
the xquery.

<configuration>
<property>
<name>normalization</name>
<value><![CDATA[
                xquery version "1.0-ml";
 xdmp:log("hello word")

  ]]></value>
</property>
</configuration>

But I didn't found any result in log file error.txt.

Is there anything going wrong in configuration file or I need to followed
different approach.
Please suggest.

Thanks and Regards,
Arvind Kr.
_______________________________________________
General mailing list
[email protected]
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to