search for: xquery

Displaying 10 results from an estimated 10 matches for "xquery".

Did you mean: query
2010 Jul 23
0
[database-support] How to interact with the eXist XML database
...resource, given the query parameters. Requests 1 and 2a are already ok (they aren''t changing from my former application using MySQL). Technically, I need: - to redirect/map requests 2b, 3, 4 to the eXist database. - to directly perform XQueries for requests 5 or to invoke a pre- written XQuery stored on the eXist server. Has someone an idea on how to achieve this? Thanks by advance for anyone helping me :) Antoine -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/...
2003 Jun 18
0
A slight weird diversion
...and produce an XML output file representing the Abstract Syntax Tree. I thought it would be kind of fun to take the results and throw the XML into Exist (an XML database) so that you can search the structure of an R script. I have a sample up at my site at: http://www.zedshaw.com:8888/simple/xquery.xsp Where you can search for things in a chunk of the R test suite using the XPath and XQuery syntax. So, you can search for all function calls inside of for loops with: //FOR//CALL, or find all calls to c() with //CALL[ID at text="c"]. Have fun with it. It's nothing serious,...
2006 Mar 14
8
"Database" as a collection of XML docs
Hello everyone, A new project I''m starting on has a "database" consisting of many 10s of thousands of XML documents. They all conform to a common schema. The project consists pretty much exclusively of searching and presenting existing data - there''s no need (for the forseeable future) to be able to input or update XML documents in the database. Unlike (say) blog
2006 Mar 27
3
XML Storage?
...pointers about building the XML would also be helpful. Builder seems to be best and easiest method - but how to get it from builder to the database - aye there''s the rub. Once this is all figured out it could become a very powerful method for storing and retrieving data - one XPath or XQuery and all is yours. No more fiddling with relations and so on - just where to start. Thanks for any help or pointers.... Cheers. P.S. I have, for development purposes, thought about building the XML and storing it in a MySQL field (the whole record is an XML document) - I am not worried about t...
2006 May 04
0
native xml db for rails
Hey, I''m an xmldb newb, as I expect most are since xquery only got nailed a few months ago. I know nothing more than reading around the subject and a couple of hours tinkering with sleepycats offering. Enough though to make me realise the potential of an xml database though. I dont really have a spare supercomputer to parse xml documents to compete with a...
2006 Jul 21
3
[Slightly OT] CSS with wildcard?
Sorry if this is a simple question, I''m a CSS noob. I have a rails app that is displaying posts, I am having it generate each post with its own div like "post_19", "post_20", etc. I could make it so it puts another div around that div (i need the individual post div''s for deletion with AJAX) but would rather not. Is there some way to use CSS to do
2008 Jan 19
1
Set Return Type XML in Prototype
...Jewel Category 2"> <title lang="en">Harry Potter</title> <author>J K. Rowling</author> <year>2005</year> <price>29.99</price> </book> <book category="Jewel Category 3"> <title lang="en">XQuery Kick Start</title> <author>James McGovern</author> <author>Per Bothner</author> <author>Kurt Cagle</author> <author>James Linn</author> <author>Vaidyanathan Nagarajan</author> <year>2003</year> <price>...
2006 Jul 26
7
RHTML in database?
Hi, is it possible to store RHTML templates or partials in database? thanks, Bojan Mihelac -- Bojan Mihelac Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com -> tools, scripts, tricks from our code lab: http://source.mihelac.org
2012 Aug 10
3
Parsing large XML documents in R - how to optimize the speed?
Hello everyone, I would like to parse very large xml files from MS/MS experiments and create R objects from their content. (By very large, I mean going up to 5-10Gb, although I am using a 'small' 40M file to test my code.) My first attempt at parsing the 40M file, using the XML package, took more than 2200 seconds and left me quite disappointed. I managed to cut that down to around 40
2013 Dec 04
3
BIND segway -> python -> first-class ports
On 12/4/13, 9:05 AM, Mark Felder said: ----------------- > There was no alternative; we couldn't keep BIND in base. BIND 9 will > certainly have a EoL before the EoL of FreeBSD 10.x, and we can't use > BIND 10 because it requires importing Python to base. I'm coming more and more to the conclusion that we should have a minimal Python in "base". More and more people