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

Re: Re: Streaming XML (WAS: More on taming SAX (was Re:[xml-de


to each his own sax
On Wed, 2004-12-29 at 11:56 +1100, Dimitre Novatchev wrote: 
> Why I think Daniela Florescu is right?

Please forgive me for suggesting that based on what I've read her write
in the thread, I'm not sure she herself would recognize in your post
just how it is you think she's right :-)


[Snip stuff along the lines of:] 
> If I pass as parameters other functions, I'll perform other processing on a 
> (any!) tree.

Sure.  And I can do this using similar functional techniques in Python.
My understanding of HaXML is that it makes the like even more elegant
that anything any of us have posted in Python, XQuery, XSLT, Java, etc.,
but that's just hearsay.

My point is that I think the ideas of declarativity, divide-and-conquer,
and data-driven processing are agreed upon by most in this thread.
Florescu seems to like to claim XQuery is the only means to such ends.
I know you like XSLT, especially with your functional library in tow.
My point is: to each his own.  I just don't buy the "drop everything
you're doing and write it all in XQuery first".  You've provided me
nothing to support that position.


> Therefore, let.s just provide the required two functions and not worry how 
> the function engine does streaming -- there could be reasonably efficient 
> implementations. The most obvious example is a lazy implementation -- no 
> subtrees are ever processed unless ultimately required.

In my toolkit, there are tools for when it's OK to leave such details to
the framework, and tools for when the programmer needs to open the hood.
This is based on observation of actual need.  many others in this thread
have corroborated that with concrete examples.


> Just as a side note -- streaming a tree implies linearization -- this may go 
> against efficiency when opposed to parallelization (e.g. using a DVC (divide 
> and conquer) approach)

Oh.  No.  You're wrong here.  This is what I like to call the "slander
on von Neumann's good name".  The fact that a most of today's computer
processing can be abstracted into a strict sequence of instructions,
inputs and outputs does not mean that in the actual execution this
sequence has to be executed serially.  At the lowest level, cf.
pipelining in modern microprocessors.  At the level we're discussing in
this thread, there is no reason why a stream of events cannot be divided
into concurrent streamlets.  SAX says nothing that prevents temporally
simultaneous events.  And at the gee-whiz futuristic level, von
Neumann's own Universal Constructors suggest possibilities beyond all
our current imaginations.

> Parallelization may require that different threads share the same data, 
> which will delay the possibility to discard this data from memory.

For parallelization to be practical in most cases, there will be an
essential isolation of the state's processing from the state's storage
management (good old logical layer versus physical payer).

The fact that I use XPatterns to govern the state table does not affect
this matter in any way.


-- 
Uche Ogbuji                                    Fourthought, Inc.
http://uche.ogbuji.net    http://4Suite.org    http://fourthought.com
Use CSS to display XML - http://www.ibm.com/developerworks/edu/x-dw-x-xmlcss-i.html
Full XML Indexes with Gnosis - http://www.xml.com/pub/a/2004/12/08/py-xml.html
Be humble, not imperial (in design) - http://www.adtmag.com/article.asp?id=10286
UBL 1.0 - http://www-106.ibm.com/developerworks/xml/library/x-think28.html
Use Universal Feed Parser to tame RSS - http://www.ibm.com/developerworks/xml/library/x-tipufp.html
Default and error handling in XSLT lookup tables - http://www.ibm.com/developerworks/xml/library/x-tiplook.html
A survey of XML standards - http://www-106.ibm.com/developerworks/xml/library/x-stand4/
The State of Python-XML in 2004 - http://www.xml.com/pub/a/2004/10/13/py-xml.html


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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.