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:
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
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
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
>
> <%@ 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
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
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
="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
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