On 03/03/11 16:12, Eric Bloch wrote: > What would keep one from building up a Java library on top of XCC that does > what is being asked for?
That would be simple enough by building up simple XQuery main modules to eval, ie: import module namespace my = "URI" at "LOCATION"; my:FUNCTION_NAME($a, $b, $c) Fill in the blanks, set the correct external variables, and fire off an eval request. John -- John Snelson, Senior Engineer http://twitter.com/jpcs MarkLogic Corporation http://www.marklogic.com _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
