[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Design of XML so that it may be efficiently strea

Subject: Re: Design of XML so that it may be efficiently stream-processed
From: Hank Ratzesberger <xml@xxxxxxxxxxxx>
Date: Wed, 27 Nov 2013 14:52:11 -0800
Re:  Design of XML so that it may be efficiently  strea
Hi Tim,

On Wed, Nov 27, 2013 at 12:23 PM, Timothy W. Cook <tim@xxxxxxxxx> wrote:

[snip]

> Self-contained sounds good.  However, since an XML document can point
> to another document, such as a schema. Doesn't it make sense that the
> syntactic and semantic parameters are defined in one place?  I am
> "assuming" that there are many, many data files created from one
> instrument, sensitivity/scale, geo-location, etc. ???

Yes.  I attempted to do this by using an an eXist XML database
  http://exist-db.org/exist/apps/homepage/index.html
as collections of XML documents.

After leaving my work with the seismologist, he complained "why aren't we
using MySQL and JQuery?" So that application isn't running any longer for me
to show you, but you were able get to any one of them via their url,
or use XQuery (a mistake ridden example, but something like)

  http://my.org/data/events/2010/030/station-name-uid.xml
  http://my.org/data/events[date &gt; 2010-03-01][date &lt;
2010-03-31][station=nameof]
  http://my.org/data?query=for $x in
collection(/db/events)//event[date &gt; 2013-11-01] return $x

so, with some url rewriting or allowing reserved characters, the whole
repository was online with an XPath or XQuery interface.

It seemed like a good pairing of REST, "Good URL's", and XML. My attempt
to make the "one place" a permanent url.

 --Hank

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.