[
Lists Home |
Date Index |
Thread Index
]
- From: Kay Michael <Michael.Kay@icl.com>
- To: 'Sasha Nakhimovsky' <sasha@mail.colgate.edu>,"'Simon St.Laurent'" <simonstl@simonstl.com>,XML-Dev Mailing list <xml-dev@xml.org>
- Date: Wed, 26 Jul 2000 09:14:56 +0100
The latest version of Saxon implements the TrAX interface
(http://trax.openxml.org) in which the compiled stylesheet (the Transformer
object) is a SAX2 XMLFilter.
Mike Kay
> -----Original Message-----
> From: Sasha Nakhimovsky [SMTP:sasha@mail.colgate.edu]
> Sent: Tuesday, July 25, 2000 11:15 PM
> To: 'Simon St.Laurent'; XML-Dev Mailing list
> Subject: RE: UNIX pipes, XML processing
>
> Come to think of it, XSLT stylesheets can also work as filters. Xalan can
> take a stream of SAX events on input and send another one to output
> (apologies for my ignorance about Saxon and others). One can hope that
> stylesheets compiled by Sun's xsltc will have that functionality also. It
> should be possible to mix and match stylesheets and SAX filters in the
> same
> pipe.
>
> Sasha
>
|