Hi, I asked about support for a TransformerHandler attribute on XLSProcess/TRaxLiaison (enabled using a XSLTTransformerAware interface analog to XSLTLoggerAware) and volunteered to code it. I have looked into it but not submitted any changes. Can we coordinate this somehow?
Thanks Christian -- Christian Mallwitz INTERSHOP Communications Germany Senior Technical Consultant phone: +49 3641 50 3453 > -----Original Message----- > From: Stephane Bailliez [mailto:[EMAIL PROTECTED] > Sent: Monday, April 15, 2002 9:08 AM > To: Ant Developers List > Subject: Re: new bug w/ xmlvalidate > > > ----- Original Message ----- > From: "Steve Loughran" <[EMAIL PROTECTED]> > > > I have added some test data for <style> and <xmlvalidate> > test cases; > > neither have very complex tests, but they are a starting > point, and they > > test known defects w.r.t DTD resolution; the style one hits > the one that > > Stephane just fixed; the Xmlvalidate hits the one we need > to do next. > > What did I fix ? > > btw, about <style> I would like to add a couple of things to > TRaxLiaison > before I leave. This goes back to RFEs and the set method > that Sam added a > while ago that I did not notice. > What I would like to is to add the following: > > /** use processor specific feature */ > setFeature(String, String) > > /** specify output properties like method ='xml|html|txt', > indent='yes|no',... */ > setOutputProperty(String, String) > > /** set the factory implementation to use rather than relying > on the trax > pluggability layer, this allows to use xsltc, xalan, or saxon > at will having > them all 3 in the classpath */ > setFactory(String) > > I will try to work on it today. > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
