[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

[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 to take into

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? Pass via sitemap parameters; passing it via request parameters does

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...

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 map:match pattern=*.png map:generate src={1}.svg/ map:transform src=xsl/{1}.xsl type=xslt/ map:serialize type=svg2png/ /map:match Turn the debug on

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 parameter name=user_stylesheet_uri type=string value=svg.css/ in