See: http://modis.ispras.ru/sedna/progguide/ProgGuidesu8.html#x14-500002.5.5
> Well, seems cool but : > > I don't want to use java , because im a webmaster and my goal is to use > Php/Sedna only (and replace PHP/Mysql) > > I truely believe that XmlDb's won't grow without a good and efficient > support for webmasters ( all this guys developing php scripts and other) > but may im wrong. > > so ... > > > Charles Foster wrote: >> Hi PJ, >> >> There are numerous ways you can do this, one of the ways is using Sedna >> XML:DB API. >> >> In Sedna XML:DB there is a Module Management Service: >> >> http://www.cfoster.net/html/xmldb/javadoc-xmldb-api/net/cfoster/sedna/ModuleManagementService.html >> >> This will allow you to add XQuery Modules, like functx as well as remove >> them. >> >> OR, you could perform SednaUpdateService.update(String) passing the >> argument: >> LOAD MODULE >> "http://www.xqueryfunctions.com/xq/functx-1.0-nodoc-2007-01.xq" >> >> Regards, >> >> Charles >> >> >> >> >>> Hi all >>> >>> here is my first pack of question : >>> >>> 1- is it a way to implement natively all this functions : >>> http://www.xqueryfunctions.com >>> to be abble to call it without redeclare it each time ? >>> Some sample in a FLWOR ? >>> >>> >>> PJ >>> >>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>> challenge >>> Build the coolest Linux based applications with Moblin SDK & win great >>> prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the >>> world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> Sedna-discussion mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/sedna-discussion >>> >>> >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Sedna-discussion mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/sedna-discussion >> >> > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Sedna-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sedna-discussion
