search for: xqueri

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

Did you mean: squeri
2010 Jul 23
0
[database-support] How to interact with the eXist XML database
...ormation and serves them as JSON. I already built a table-based application using MySQL and I''m now facing the task of doing the same using eXist. My idea is to forward the RESTful queries directly to the eXist server, while the non-RESTful ones are re-written in the application to query XQueries stored in eXist in a RESTful fashion. Unfortunately, as I''m unfamiliar with the Ruby on Rails framework, I''m currently stuck at this point. More specifically, I have the following possible requests: 1. GET /<resources> -> returns a HTML page listing all resources 2a....
2003 Jun 18
0
A slight weird diversion
Hi Folks, This is a totally off-topic diversion that I thought people might find fun. I've been working on a small parser framework that I'm integrating into Obversive to provide code analysis of R scripts and stuff. It is still a work in progress, but the parser currently can parse R code and produce an XML output file representing the Abstract Syntax Tree. I thought it would be
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?
Hey Folks, Now that all the fun and games of learning Rails has almost sunk in it''s time to build something useful. I am tasked with building a system to control and search our large (and I mean large 1.5 million + and growing) photograph collection. I have been building databases for years and after thinking about the situation we decided that trying to store the
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 relational database on speed but
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
Please help i can''t return xml data using prototype. If i use data from direct xml file then it works fine but when i use ajax request with header content xml it''s not working My code just work on IE but in FF it does not working. My code sample are given below If any one already done this kinds of job Please help me as soon as possible. var xmlDoc; function Claulate() { var
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