On Sun, Apr 25, 2004 at 12:52:34PM +0200, Ugo Cei wrote:
> Il giorno 24/apr/04, alle 23:35, [EMAIL PROTECTED] ha scritto:
> 
> >coliver     2004/04/24 14:35:35
> >
> >  Modified:    src/java/org/apache/cocoon/generation
> >                        JXTemplateGenerator.java
> >  Log:
> >  Allow a nodeset to be returned as the result of xpath evaluation
> 
> Before this change, I had a template which contained something like the 
> following:
> 
> <jx:forEach select="#{/docs}">
>   #{.}
> </jx:forEach>
> 
> where "docs" was passed from flowscript as an array of DOM objects. The 
> template serialized all the DOMs. Now, it does not work anymore. After 
> a few trials and errors, I was able to make it work again by changing 
> it to:
> 
> <jx:forEach select="#{/docs}">
>   #{*}
> </jx:forEach>
What about simple <content>#{/docs}</content>?
        lg
-- 
            __
         | /  \ |        Leszek Gawron            //  \\
        \_\\  //_/       [EMAIL PROTECTED]           _\\()//_
         .'/()\'.     Phone: +48(501)720812     / //  \\ \
          \\  //  recursive: adj; see recursive  | \__/ |

Reply via email to