Re: xml and date problem

2004-06-02 Thread Kris Schneider
I changed your example only to make it work more nicely as text output: %@ page contentType=text/plain % %@ taglib prefix=fmt uri=http://java.sun.com/jstl/fmt; % %@ taglib prefix=x uri=http://java.sun.com/jstl/xml; % x:parse var=xml test unit date=20040602142014 /unit unit

RE: xml and date problem

2004-06-02 Thread Felix Velasco
also worked for me, in Jetty (Servlet 2.3/JSP1.2) with far older Xerces and Xalan version. Xerces 1.4.3, Xalan 2.3.1 -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: 02 June 2004 18:45 To: Tag Libraries Users List Subject: Re: xml and date problem I changed

RE: xml and date problem

2004-06-02 Thread Felix Velasco
,just to see if it's really an xml problem, or has something to do with the updated var, the fmt tags? -Original Message- From: Felix Velasco [mailto:[EMAIL PROTECTED] Sent: 02 June 2004 18:49 To: 'Tag Libraries Users List' Subject: RE: xml and date problem also worked for me, in Jetty

Re: xml and date problem

2004-06-02 Thread David Goodenough
code. David -Original Message- From: Felix Velasco [mailto:[EMAIL PROTECTED] Sent: 02 June 2004 18:49 To: 'Tag Libraries Users List' Subject: RE: xml and date problem also worked for me, in Jetty (Servlet 2.3/JSP1.2) with far older Xerces and Xalan version. Xerces 1.4.3

Re: xml and date problem

2004-06-02 Thread Kris Schneider
. David -Original Message- From: Felix Velasco [mailto:[EMAIL PROTECTED] Sent: 02 June 2004 18:49 To: 'Tag Libraries Users List' Subject: RE: xml and date problem also worked for me, in Jetty (Servlet 2.3/JSP1.2) with far older Xerces and Xalan version. Xerces

Re: xml and date problem

2004-06-02 Thread David Goodenough
code. David -Original Message- From: Felix Velasco [mailto:[EMAIL PROTECTED] Sent: 02 June 2004 18:49 To: 'Tag Libraries Users List' Subject: RE: xml and date problem also worked for me, in Jetty (Servlet 2.3/JSP1.2) with far older Xerces and Xalan version