[jasper] compiling jsp in osgi context

2005-09-05 Thread Gilles Dodinet
hi- i'm trying to execute jsp in an osgi context with no luck as of today. i've embedded jetty as an osgi bundle and registered a BundleListener which registers installed bundles as webapp if they contain a web descriptor file. so far so good. it plays nice with simple html files. however

Re: [jasper] compiling jsp in osgi context

2005-09-05 Thread Gilles Dodinet
oh. right, my mistake! gonna ask there. thanks! -- gd Martin Cooper wrote: I'm not sure I understand what the relationship is between what you're doing and Jakarta Commons, if there is one. Note that Jasper is part of the Tomcat project, so I would suggest asking over there. -- Martin

Re: [jelly-xml] (solved) xml:copy outputs attributes as text also

2004-01-11 Thread Gilles Dodinet
Paul, thank you very much for your help. i think it really helped by giving me ideas on how to fix the problem i was encountering. i was using jexl and xpath. i explain here how i solved the problem in case someone is interested. i had smtg like [1] in jsl file. i used jsl:applyTemplates

Re: [jelly-xml] (solved) xml:copy outputs attributes as text also

2004-01-08 Thread Gilles Dodinet
Gilles Dodinet wrote: im trying to transform some documents with jelly:jsl in order to modify the attributes of a specific element ('item'), the rest of the document remaining unchanged. so i have something like that in my jsl file : jsl:template select=* !-- if currentNode.name == 'item

[jelly-xml] xml:copy outputs attributes as text also

2004-01-07 Thread Gilles Dodinet
hi- im trying to transform some documents with jelly:jsl in order to modify the attributes of a specific element ('item'), the rest of the document remaining unchanged. so i have something like that in my jsl file : jsl:template match=/ trim=false jsl:applyTemplates select=project/