Re: [xsl] [Saxon-SA] SAX filter for stylesheet

Subject: Re: [xsl] [Saxon-SA] SAX filter for stylesheet
From: "Abel Braaksma (online)" <abel.online@xxxxxxxxx>
Date: Thu, 19 Jul 2007 14:34:58 +0200 (CEST)
I don't have an answer ready for you, but you'd best ask
saxon-specific questions at the saxon mailing list. You'll be more
likely to get to the point answers there.

Saxon list: https://lists.sourceforge.net/lists/listinfo/saxon-help

Cheers,
-- Abel Braaksma

> Sorry I forgot to explain the devil in the detail.
>
> Wishing to use Saxon invocation argument
>
> <doco>
> -y classname
>
> Use specified SAX parser for stylesheet file, including any loaded
> using
> xsl:include or xsl:import.
> The parser must be the fully-qualified class name of a Java class
> that
> implements the
> org.xml.sax.Parser or org.xml.sax.XMLReader interface
> </doco>
>
> What is the best/easiest class that I could reasonably expect to be
> already
> available to me
> in an Eclipse 3.3 environment that would implement one or other of
> the
> org.xml.sax.Parser or org.xml.sax.XMLReader interfaces so that I can
> implement my own class to re-implement my specific SAX filter.
>
> Justin Johansson
> Freelance XML / XSLT / XQuery Developer

Current Thread