2008/11/30 Ron Hitchens <[EMAIL PROTECTED]>: > > You need to be more specific about what you're > trying to do. MarkLogic Server is not written in > Java so there is no extension API that lets you > plug your own classes into it.
OK, wrong assumption on my part. Sorry. > > If you're trying to use XCC to send documents > to MarkLogic, then you can use any of several > approaches. There are some samples bundled with > XCC and there are several open source projects > on http://developer.marklogic.com that may be > useful. Thanks. I've been trying http://developer.marklogic.com/howto/tutorials/2006-06-recordloader.xqy but its either dated or unmaintained. > > You can also do the job entirely in XQuery if > the files you want to load are on the same host > where MarkLogic Server is running. See the docs > on the developer site. Is that a MarkLogic extension then? > > If you post the specifics of what you've tried, > including code, then someone may be able to point > you in the right direction. I want to upload a few hundred small xml files to the server and play with them from there. Xquery doesn't have such a facility as per xslt 2.0 so I wrote an extension in java... which I can now throw away :-) regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk _______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general
