Re: XML-QL
- From: Peter Flynn <peter.nosp@xxxxxxxxxxxxx>
- Date: Fri, 22 Sep 2006 20:54:09 +0100
gradyhaDB wrote:
I've been studying all the XML/XML Query stuff I can lay my hands on.
And I'm missing something: 1) I understand that data goes in the *.xml file; 2) I understand there is a *.dtd file; BUT 3) WHERE does the QUERY itself live?
Is it a separate *.xml file? Is it a *.bat file? I can't imagine it's at the bottom or top of the data file. I would think it's a separate file that somehow gets executed ... buy how?
A query doesn't usually "go" anywhere: it's something the user types
into a formfield and which gets pushed by the responding script into
the relevant place in the command structure of the query call being
use. Most XML documents (and their DTDs or Schemas) don't have "a
query". A query is something you do *to* a document, not part of a
document itself.
Having said that, if you're talking about stored procedures which
implement frequently-occurring queries, then yes of course they would
be stored in files (or possibly in fields in database tables), but
there isn't any particular place for them to go, or any particular
naming convention other than (from what I have seen) .xql filetypes.
Specific products (search engines) may well implement their own native
conventions and keep all reusable queries in a certain directory or
something, but those are application-specific details.
///Peter
--
XML FAQ: http://xml.silmaril.ie/
.
- Prev by Date: Re: Connecting to Analysis Services 2000 using XMLA SDK 1.1
- Next by Date: Re: Connecting to Analysis Services 2000 using XMLA SDK 1.1
- Previous by thread: adomd and discover
- Index(es):
Relevant Pages
|