Hi Daniel, XQIB does not support the doc function - the XQIB way of accessing an XML document is to send a GET request over the Web with the EXPath http-client module (possibly to the same server).
An example is given here: http://www.xqib.org/js/RESTCallCourses_source.html I hope this is helpful? Kind regards, Ghislain On Jul 9, 2012, at 4:15 PM, Daniel Oneil wrote: > I'm trying to use XQIB to get data from an XML file using the fn:doc function. > The following link leads to a Source Forge forum where I posted my code and a > link to the books.xml file. > https://sourceforge.net/projects/mxquery/forums/forum/633155/topic/5412690 > > Kurt Cagle successfully used the fn:doc function in his example. > http://www.stylusstudio.com/xmldev/201101/post20010.html > > The post at the Source Forge forum describes the problem and various > attempts. Any assistance would be appreciated -- thanks. > _______________________________________________ > [email protected] > http://x-query.com/mailman/listinfo/talk _______________________________________________ [email protected] http://x-query.com/mailman/listinfo/talk
