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

RE: XMLPipe model: should we change the name?

Subject: RE: XMLPipe model: should we change the name?
From: "Paul Brown" <prb@xxxxxxxxxxxxx>
Date: Sat, 22 Feb 2003 10:09:03 -0500
paul brown model
> From: Mike Brown [mailto:mike@xxxxxxxx]
> One thing that we noticed when implementing stylesheet 
> chaining/pipelining/whatever in 4Suite (see, I can 
> advertise, too) is the problem of what to do
> with external stylesheet parameters. Say you want to 
> pass the output of stylesheet 1 to stylesheet 2, and 
> stylesheet 2 needs some top-level parameters passed 
> in.

One approach to this is to implement an XMLFilter wrapper for the XSLT transformer that is different than the one that the JAXP1.1 APIs provide.  Among other things, you can use the XMLFilter.setProperty(String,Object) method (inherited from XMLReader) to set parameters on the transformer.  Just use a suitable URI scheme to identify the parameters, e.g.,

	param:foo

maps to the parameter foo.

My $0.02.

	-- Paul

 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.