Hi,
As part of Pipeline definition in Content Processing Framework, I need to
handle JSON documents. I added below lines in the Pipeline file. But it is
unable to call action module. Please advise.'

Note: added add-something to module. and the given tutorial is working  for
XML content.

<execute>

<condition>

<module>/MarkLogic/cpf/actions/mimetype-condition.xqy</module>

<options xmlns="/MarkLogic/cpf/actions/mimetype-condition.xqy">

<mime-type>application/json</mime-type>

</options>

</condition>

<action>

<module>do-something.xqy</module>

</action>

</execute>
_______________________________________________
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to