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

Re: xt pipeline

Subject: Re: xt pipeline
From: William Lindsey <lindsey@xxxxxxxx>
Date: Tue, 7 Dec 1999 09:32:14 -0700 (MST)
extend printwriter
If I understand your question, we've done
something like that for a content management
platform we've built at B-Bop Associates.

We defined a "Pipeable" interfac in Java,
then built a Transform class that implements
the interface, and uses James Clark's
XSLProcessorImpl to do the work.  We've
also developed "Tee", "Cat" and "Plumber"
classes that implement the interface.

We also found it useful to extend Printwriter
with a "TransWriter" class that takes a 
Pipeable and another Writer as constructor 
arguments, and does the transforms as you
call println(); This is handy for servlets
that want to specify a transform or series
of transforms to be executed on the data
being sent back to a requestor. 

The Pipeables all allow Writers or Streams
for the inputs and outputs.  The good news
is that this all works fine, and is quite
flexible and powerful.  The bad news is that
each transform runs in its own thread.

Enjoy,
Bill 
 
On Mon, 6 Dec 1999, Clark C. Evans wrote:

> Does anyone have a simple xt stylesheet
> pipeline for xt.
> 
> I've found through hard experience that
> XSLT modulization best occurs by using
> intermediate forms.  I was wondering
> if anyone has hooked xt to itself.
> 
> Thanks!
> 
> Clark
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


 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.