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

Re: XML Property Set

  • From: lex@w... (Alex Milowski)
  • To: xml-dev@i...
  • Date: Mon, 23 Jun 1997 15:25:00 -0500 (CDT)

xml property
> Just to check I have it right...
> 
> > An API architecture that I propose is:
> > 
> > |---------------|
> > |   Grove API   |   <<< I assume this has similarities to JamesClark's 
> > |---------------|             ReallySimple API ...
> > | Grove Builder |
> > |     API       |   <<< different memory/storage models are implemented here.
> > |----------------------------------|
> > |          XML Event API           |  << presumably fairly similar to NXP?
> > |----------------------------------|
> > |          XML Parser API          |  << Corresponds to John Tigue's analysis?
> > |----------------------------------|
> > 
> [...]
> > Now, I feel strongly that above APIs or what they become are developed 
> > together.  They can certain affect how each other is designed.
> 
> I'd agree with this.  Can they be developed rapidly or in 
> parallel so that there aren't bottlenecks/hold-ups?

Yes, I believe that they can be developed in parallel.  I for one can make the
commitment that we can develop a reference implementation of groves in
Java given that the Event API is standardized across XML Java parsers.

> > If we have these four APIs, we have the fundamental building blocks for all
> > kinds of XML applications--both simple and complex.  In addition, we have
> > the basic infrastructure for DSSSL!  (Ah, you can see my motivation now!)
> 
> If I get this right it makes the DSSSL approach and the JavaClass-per-Element
> (as in JUMBO), very closely connected.  The Grove API serves both purposes?
> If so, that looks very exciting.

Well, almost.  The Grove API is *one* component of the infrastructure necessary
for a DSSSL system.  In some senses, it is the most important.  In the DSSSLTK
I opted for several APIs--one for groves, one for flow objects and flow object
trees, and one for the DSSSL engine.  In the next version there will be
one for the parser implementation as well.

Groves allows us to deliver SDQL and DSSSL engines with minimal effort, but 
there is still more to standardize.

For example, a simple DSSSL engine API might be:

public interface Processor {
   SGMLDocument transform(SGMLDocument transformation,SGMLDocument doc);
   FlowObject format(SGMLDocument style,SGMLDocument doc);
}

The DSSSLTK is a little more complex then this because it provides the ability
to "compile" transformations and stylesheets into Transformation and 
StyleSheet objects.

My main point was that other APIs (DSSSL Engine for example) are *users* of
the Parser and Grove APIs.  Hence, these should be able to be developed first
independant of the others.

==============================================================================
R. Alexander Milowski     http://www.copsol.com/   alex@c...
Copernican Solutions Incorporated                  (612) 379 - 3608

xml-dev: A list for W3C XML Developers
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To unsubscribe, send to majordomo@i... the following message;
unsubscribe xml-dev
List coordinator, Henry Rzepa (rzepa@i...)


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.