Re: Problem when a use a x:forEach into another x:forEach

2007-02-09 Thread Sébastien Brodeur
one, and it works in XSLT 1.0 > > -Rashmi > > - Original Message > From: Rashmi Rubdi <[EMAIL PROTECTED]> > To: Tag Libraries Users List < taglibs-user@jakarta.apache.org> > Sent: Sunday, January 28, 2007 1:20:45 AM > Subject: Re: Problem when a use a x:

Re: Problem when a use a x:forEach into another x:forEach

2007-01-31 Thread Sébastien Brodeur
This : http://www.xml.com/lpt/a/933 shows how to merge multiple XML source files into one, and it works in XSLT 1.0 -Rashmi - Original Message From: Rashmi Rubdi <[EMAIL PROTECTED]> To: Tag Libraries Users List Sent: Sunday, January 28, 2007 1:20:45 AM Subject: Re: Problem when a use

Re: Problem when a use a x:forEach into another x:forEach

2007-01-31 Thread Rashmi Rubdi
This : http://www.xml.com/lpt/a/933 shows how to merge multiple XML source files into one, and it works in XSLT 1.0 -Rashmi - Original Message From: Rashmi Rubdi <[EMAIL PROTECTED]> To: Tag Libraries Users List Sent: Sunday, January 28, 2007 1:20:45 AM Subject: Re: Problem when

Re: Problem when a use a x:forEach into another x:forEach

2007-01-27 Thread Rashmi Rubdi
rday, January 27, 2007 11:06:29 PM Subject: Re: Problem when a use a x:forEach into another x:forEach This code work perflectly in JSTL 1.0. On 1/27/07, Rashmi Rubdi <[EMAIL PROTECTED]> wrote: > > Sébastien, > > I tried your original JSP code and was able to reproduce the problem

Re: Problem when a use a x:forEach into another x:forEach

2007-01-27 Thread Sébastien Brodeur
> > <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core";; %> > <%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml";; %> > Similarly upgrade other JSTL namespace URIs > > -Rashmi > > - Original Messag

Re: Problem when a use a x:forEach into another x:forEach

2007-01-27 Thread Rashmi Rubdi
JSTL1.0 and is not working in JSTL1.1 ? Or you tried this code for the first time in JSTL1.1 and never in JSTL1.0? -Rashmi - Original Message From: Sébastien Brodeur <[EMAIL PROTECTED]> To: Tag Libraries Users List Sent: Saturday, January 27, 2007 8:37:56 AM Subject: Re: Problem

Re: Problem when a use a x:forEach into another x:forEach

2007-01-27 Thread Sébastien Brodeur
om/xml/ns/j2ee/web-app_2_4.xsd";> 3) Change tag library declarations to: <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %> <%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml"; %> Similarly upgrade other JSTL namespace

Re: Problem when a use a x:forEach into another x:forEach

2007-01-26 Thread Rashmi Rubdi
="x" uri="http://java.sun.com/jsp/jstl/xml"; %> Similarly upgrade other JSTL namespace URIs -Rashmi - Original Message From: Sébastien Brodeur <[EMAIL PROTECTED]> To: taglibs-user@jakarta.apache.org Sent: Friday, January 26, 2007 2:03:02 PM Subject: Problem

Problem when a use a x:forEach into another x:forEach

2007-01-26 Thread Sébastien Brodeur
I'm currently migrating my application from WebSphere 5 (JSTL 1.0) to WebSphere 6 (JSTL 1.1), and so far, the XML taglibs give us a lot of trouble. For example : -- collections.xml horror