[OT] Deli transformer and xsltc

2004-01-26 Thread Borges Charles
Hi all, Does anybody have a feedback on using Deli transformer with xsltc transformer? I'm stucked with the following exception whenever i try to use xsltc instead of xalan java.lang.RuntimeException: Invalid conversion from 'reference' to 'org.apache.xerces.dom.DocumentImpl' I know it's somehow

[FYI] store bug

2003-12-09 Thread Borges Charles
Hi, Fixing the following excalibur store bug should increasing performance: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25122 currently picking cached items from the persistent store is of any help because it's always returning null value. Charles Borges ___

Re: SVGSerializer patch

2003-11-24 Thread Borges Charles
> >I think that in cocoon 2.1.3 the sitemap parameters > are not available for serializers. They're always > set to empty parameters when the > SitemapModelComponent is a Serializer. > >Is that correct? > > > > > > It is correct that... you found a bug :-/ > > The sitemap engine wasn't updated

Re: SVGSerializer patch

2003-11-21 Thread Borges Charles
--- Vadim Gritsenko <[EMAIL PROTECTED]> a écrit : > Borges Charles wrote: > > >Do you have an idea of how to do if you want to > >override parameters used to render an image like > the > >indexed or quality parameters? > > > > > >

Re: SVGSerializer patch

2003-11-20 Thread Borges Charles
--- Tony Collen <[EMAIL PROTECTED]> a écrit : > Vadim Gritsenko wrote: > > Borges Charles wrote: > > > >> Hi, > >> > >> Here's proposed SVGSerializer patch to support > request > >> parameters. > >> > >> >

SVGSerializer patch

2003-11-19 Thread Borges Charles
Hi, Here's proposed SVGSerializer patch to support request parameters. The following changes have been made: Configuration = 1. The tag is recognized to allow the serializer to use request parameters. if true ==> All the declared batik keys can be overriden by request parameters.

Serializers and SitemapModelComponent

2003-11-13 Thread Borges Charles
Hi, Quoting the SitemapModelComponent interface javadoc: "This interface marks a component as a sitemap component that is used in the processing phase, like a generator, a transformer, a SERIALIZER or a reader" But the Serializer interface doesn't extends the SiteMapModelComponent interface...

RE : Problem using SVG serialializer after a transformation

2003-10-10 Thread BORGES Charles
> > BORGES Charles wrote: > > >Hi, > > > >I run into the following problem when serializing to svg after a xsl > >transformation: > > > >Start with a sitemap including something like this > > > > > > > > > > >

Problem using SVG serialializer after a transformation

2003-10-10 Thread BORGES Charles
Hi, I run into the following problem when serializing to svg after a xsl transformation: Start with a sitemap including something like this Turn the debug on and check for the SVGSerializer logging. You see that serialization of the xsl transformation output produces the massage: "s

TR : Problem in SVGSerializer

2003-10-09 Thread BORGES Charles
Hi, In the configure method of org.apache.cocoon.serialization.SVGSerializer there is a problem when mapping config parameters to transcoder hints: When the parameter type is string, nothing is set. For example if you're using in the configuration of a SVGSerializer, the corresponding batik