xsl-list
[Top] [All Lists]

Re: nodes or multiple runs?

2004-02-11 11:11:37
On Wed, Feb 11, 2004 at 10:58:55AM -0000, Michael Kay wrote:

Running multiple transformations in a pipeline is just fine, it helps to
keep the transformation stages modular. Try to chain them in a SAX
pipeline, however, rather than serializing and parsing between each
transformation step.


Thanks. I just did an hour-long search on how to use SAX to form a
pipeline. An article on IBM's website states that using SAX is an
effecient way to chain stylesheets together.

However, all of the examples I have come across (including the one in
the back of the 2nd edition of your book) use java. I am clueless about
java. I could cut and paste from a java example, but then I run into the
risk of making small mistakes in a language I am unfamiliar with.

The documentation for the python XML modules is really poor, unlike
those for java.

Paul

-- 

************************
*Paul Tremblay         *
*phthenry(_at_)earthlink(_dot_)net*
************************

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



<Prev in Thread] Current Thread [Next in Thread>