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

Re: MS chat tidbits

Subject: Re: MS chat tidbits
From: Paul Tchistopolskii <paul@xxxxxxx>
Date: Fri, 09 Jun 2000 01:45:39 -0700
Re: MS chat tidbits
> On Thu, 8 Jun 2000, Jon Smirl wrote:
> 
> > We better not see a patent on this, I've been using streamed SAX XSL
> > processing with XT for over a year now. This has been a feature of XT since
> > the day it was released. XSL has never had a requirement that the input or
> > output of the processor be actual trees only abstract ones. There is also
> > prior art on compiling an XSL sheet where a schema describes the input and
> > using the schema to improve the compilation.
> 
> IIRC, XT simply uses the SAX stream to create it's own internal tree
> structure. It's not a streaming XSLT implementation.

I think both views are consistent with MS ... messy ... 'technical' ... 
info...

XT is streaming in a sense that XSLProcessorImpl is actually 
SAXParser  ;-) 

<cut>

import org.xml.sax.Parser;
public interface XSLProcessor extends Parser {
}

public class XSLProcessorImpl implements XSLProcessor, Cloneable, ParameterSet {

</cut>


Does it mean XT is  'streaming' ?  Yes. SAXParser  is 'streaming' 
by definition. 

Has it memory footprint? Yes, because this 'SAXParser'  is very 
special, it loads the entire document into memory.

Is MS talking about *this* memory footprint or about some other memory 
footprint ?

No way to answer.  

We can only guess what do they mean, because having XSLT engine in form of 
SAXParser already saves some memory. Not "that much", but ...

Rgds.Paul.

PS. Streaming XSLT is doable, but it is hardly 'one man project'. 
It is 2-man-year project. But  weekends are too short.




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.