HI, I am getting the below error, XDMP-IMPORTPATH: Invalid Module Import path: C:\mls-projects\xquery\helloworld\lib.xqy in /eval, on line 3 I have created a libraray Module @ C:\mls-projects\xquery\helloworld\lib.xqy
lib.xqy ___module namespace lib = 'http://marklogic.com/MLU/xqdt/examples'; declare function lib:user(){ xdmp:get-current-user() }; and when I am importing the function in Main Module, I am getting the Invalid Import path, default.xqy ___ import module namespace lib = "http://marklogic.com/MLU/xqdt/examples" at "C:\mls-projects\xquery\helloworld\lib.xqy"; lib:user() I am using Eclipse and the following are installed. Eclipse IDE for Java Developers 1.2.2.20100216-1730 epp.package.java MarkLogic XQDT Adapter Feature 0.7.0.v201001160647-17R-AkF7B77JBZFJF7 org.eclipse.wst.xquery.marklogic.feature.feature.group XQuery Development Tools Feature 0.7.0.v201001121118-47Z-BgJ9E99OEhJOJ9 org.eclipse.wst.xquery.feature.feature.group -- Thanks, SukuMaran
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
