You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by sh...@apache.org on 2002/04/17 04:53:38 UTC

cvs commit: jakarta-taglibs/standard/lib commons-JXPath-0.1-dev.jar

shawn       02/04/16 19:53:38

  Modified:    standard README
               standard/conf c-rt.tld c.tld fmt-rt.tld fmt.tld
                        permittedTaglibs.tld scriptfree.tld sql-rt.tld
                        sql.tld x-rt.tld x.tld
               standard/doc/web
                        ExpressionLanguageSupport_FunctionalDescription_2_EA1.html
                        GettingStarted.html Overview.html
               standard/examples/conf web.xml
               standard/examples/web ShowSource.jsp
               standard/examples/web/conditionals Choose.jsp
                        CustomLogicTag.jsp FailureLocal.jsp If.jsp
               standard/examples/web/elsupport Expr.jsp Set.jsp Set2.jsp
               standard/examples/web/format FormatDateTime.jsp
                        FormatNumber.jsp GermanLocale.jsp
                        GermanUmlautCorrect.jsp GermanUmlautIncorrect.jsp
                        ItalianLocale.jsp MissingResourceBundle.jsp
                        ParametricReplacement.jsp PrefixAttribute.jsp
                        UndefinedKey.jsp
               standard/examples/web/import Absolute.jsp AbsoluteFtp.jsp
                        ContextRelative.jsp Encode.jsp
                        EncodeContextRelative.jsp ExposeString.jsp
                        ExposeStringRelative.jsp LocalQueryString.jsp
                        LocalSample.jsp Param.jsp Relative.jsp
                        StartSlash.jsp session.jsp
               standard/examples/web/iterators Collaboration.jsp
                        DataTypes.jsp ForTokens.jsp Simple.jsp
                        SimpleRange.jsp Status.jsp
               standard/examples/web/misc IteratorTest.jsp
               standard/examples/web/sql DriverSetup.jsp QueryDirect.jsp
                        QueryIterate.jsp QueryParam.jsp Transaction.jsp
                        Update.jsp session.jsp
               standard/examples/web/xml Expr.jsp Filter.jsp ForEach.jsp
                        If.jsp Parse.jsp Set.jsp Transform.jsp When.jsp
  Removed:     standard/lib commons-JXPath-0.1-dev.jar
  Log:
  Removed 'ea' from JSTL URI paths in all affected files.
  + cleaned up source archive in preparation for new beta
  
  Revision  Changes    Path
  1.5       +2 -1      jakarta-taglibs/standard/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/README,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- README	12 Mar 2002 19:45:13 -0000	1.4
  +++ README	17 Apr 2002 02:53:35 -0000	1.5
  @@ -14,4 +14,5 @@
   
   Enjoy!
   
  -  -- JSR-052 (JSTL) Expert Group
  +  -- Shawn Bayern
  +     on behalf of JSR-052 (JSTL) Expert Group
  
  
  
  1.11      +1 -1      jakarta-taglibs/standard/conf/c-rt.tld
  
  Index: c-rt.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/c-rt.tld,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- c-rt.tld	11 Apr 2002 02:02:35 -0000	1.10
  +++ c-rt.tld	17 Apr 2002 02:53:35 -0000	1.11
  @@ -6,7 +6,7 @@
     <tlib-version>1.0</tlib-version>
     <jsp-version>1.2</jsp-version>
     <short-name>c_rt</short-name>
  -  <uri>http://java.sun.com/jstl/ea/core-rt</uri>
  +  <uri>http://java.sun.com/jstl/core-rt</uri>
     <display-name>JSTL core RT</display-name>
     <description>JSTL 1.0 core library</description>
   
  
  
  
  1.14      +1 -1      jakarta-taglibs/standard/conf/c.tld
  
  Index: c.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/c.tld,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- c.tld	11 Apr 2002 01:04:05 -0000	1.13
  +++ c.tld	17 Apr 2002 02:53:35 -0000	1.14
  @@ -6,7 +6,7 @@
     <tlib-version>1.0</tlib-version>
     <jsp-version>1.2</jsp-version>
     <short-name>c</short-name>
  -  <uri>http://java.sun.com/jstl/ea/core</uri>
  +  <uri>http://java.sun.com/jstl/core</uri>
     <display-name>JSTL core</display-name>
     <description>JSTL 1.0 core library</description>
   
  
  
  
  1.23      +1 -1      jakarta-taglibs/standard/conf/fmt-rt.tld
  
  Index: fmt-rt.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/fmt-rt.tld,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- fmt-rt.tld	15 Apr 2002 17:26:23 -0000	1.22
  +++ fmt-rt.tld	17 Apr 2002 02:53:35 -0000	1.23
  @@ -6,7 +6,7 @@
     <tlib-version>1.0</tlib-version>
     <jsp-version>1.2</jsp-version>
     <short-name>fmt_rt</short-name>
  -  <uri>http://java.sun.com/jstl/ea/fmt-rt</uri>
  +  <uri>http://java.sun.com/jstl/fmt-rt</uri>
     <display-name>JSTL fmt RT</display-name>
     <description>JSTL 1.0 i18n-capable formatting library</description>
   
  
  
  
  1.23      +1 -1      jakarta-taglibs/standard/conf/fmt.tld
  
  Index: fmt.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/fmt.tld,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- fmt.tld	15 Apr 2002 17:26:23 -0000	1.22
  +++ fmt.tld	17 Apr 2002 02:53:35 -0000	1.23
  @@ -6,7 +6,7 @@
     <tlib-version>1.0</tlib-version>
     <jsp-version>1.2</jsp-version>
     <short-name>fmt</short-name>
  -  <uri>http://java.sun.com/jstl/ea/fmt</uri>
  +  <uri>http://java.sun.com/jstl/fmt</uri>
     <display-name>JSTL fmt</display-name>
     <description>JSTL 1.0 i18n-capable formatting library</description>
   
  
  
  
  1.3       +5 -5      jakarta-taglibs/standard/conf/permittedTaglibs.tld
  
  Index: permittedTaglibs.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/permittedTaglibs.tld,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- permittedTaglibs.tld	26 Feb 2002 21:36:59 -0000	1.2
  +++ permittedTaglibs.tld	17 Apr 2002 02:53:35 -0000	1.3
  @@ -6,7 +6,7 @@
     <tlib-version>1.0</tlib-version>
     <jsp-version>1.2</jsp-version>
     <short-name>permittedTaglibs</short-name>
  -  <uri>http://java.sun.com/jstl/ea/permittedTaglibs</uri>
  +  <uri>http://jakarta.apache.org/taglibs/standard/permittedTaglibs</uri>
     <description>
       Validates JSP pages to restrict 'taglib' directives
     </description>
  @@ -18,10 +18,10 @@
       <init-param>
         <param-name>permittedTaglibs</param-name>
         <param-value>
  -	http://java.sun.com/jstl/ea/core
  -	http://java.sun.com/jstl/ea/fmt
  -	http://java.sun.com/jstl/ea/sql
  -	http://java.sun.com/jstl/ea/xml
  +	http://java.sun.com/jstl/core
  +	http://java.sun.com/jstl/fmt
  +	http://java.sun.com/jstl/sql
  +	http://java.sun.com/jstl/xml
         </param-value>
         <description>
           Whitespace-separated list of taglib URIs to permit.  This example
  
  
  
  1.5       +1 -1      jakarta-taglibs/standard/conf/scriptfree.tld
  
  Index: scriptfree.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/scriptfree.tld,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- scriptfree.tld	12 Apr 2002 03:16:46 -0000	1.4
  +++ scriptfree.tld	17 Apr 2002 02:53:35 -0000	1.5
  @@ -6,7 +6,7 @@
     <tlib-version>1.0</tlib-version>
     <jsp-version>1.2</jsp-version>
     <short-name>scriptfree</short-name>
  -  <uri>http://java.sun.com/jstl/ea/scriptfree</uri>
  +  <uri>http://jakarta.apache.org/taglibs/standard/scriptfree</uri>
     <description>
       Validates JSP pages to prohibit use of scripting elements.
     </description>
  
  
  
  1.16      +1 -1      jakarta-taglibs/standard/conf/sql-rt.tld
  
  Index: sql-rt.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/sql-rt.tld,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- sql-rt.tld	16 Apr 2002 00:01:34 -0000	1.15
  +++ sql-rt.tld	17 Apr 2002 02:53:35 -0000	1.16
  @@ -6,7 +6,7 @@
     <tlib-version>1.0</tlib-version>
     <jsp-version>1.2</jsp-version>
     <short-name>sql_rt</short-name>
  -  <uri>http://java.sun.com/jstl/ea/sql-rt</uri>
  +  <uri>http://java.sun.com/jstl/sql-rt</uri>
     <display-name>JSTL sql RT</display-name>
     <description>JSTL 1.0 sql library</description>
   
  
  
  
  1.17      +1 -1      jakarta-taglibs/standard/conf/sql.tld
  
  Index: sql.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/sql.tld,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- sql.tld	16 Apr 2002 00:01:34 -0000	1.16
  +++ sql.tld	17 Apr 2002 02:53:35 -0000	1.17
  @@ -6,7 +6,7 @@
     <tlib-version>1.0</tlib-version>
     <jsp-version>1.2</jsp-version>
     <short-name>sql</short-name>
  -  <uri>http://java.sun.com/jstl/ea/sql</uri>
  +  <uri>http://java.sun.com/jstl/sql</uri>
     <display-name>JSTL sql</display-name>
     <description>JSTL 1.0 sql library</description>
   
  
  
  
  1.9       +1 -1      jakarta-taglibs/standard/conf/x-rt.tld
  
  Index: x-rt.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/x-rt.tld,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- x-rt.tld	14 Apr 2002 17:07:16 -0000	1.8
  +++ x-rt.tld	17 Apr 2002 02:53:35 -0000	1.9
  @@ -6,7 +6,7 @@
     <tlib-version>1.0</tlib-version>
     <jsp-version>1.2</jsp-version>
     <short-name>x_rt</short-name>
  -  <uri>http://java.sun.com/jstl/ea/xml-rt</uri>
  +  <uri>http://java.sun.com/jstl/xml-rt</uri>
     <display-name>JSTL XML RT</display-name>
     <description>JSTL 1.0 XML library</description>
   
  
  
  
  1.7       +1 -1      jakarta-taglibs/standard/conf/x.tld
  
  Index: x.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/conf/x.tld,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- x.tld	11 Apr 2002 01:04:05 -0000	1.6
  +++ x.tld	17 Apr 2002 02:53:35 -0000	1.7
  @@ -6,7 +6,7 @@
     <tlib-version>1.0</tlib-version>
     <jsp-version>1.2</jsp-version>
     <short-name>x</short-name>
  -  <uri>http://java.sun.com/jstl/ea/xml</uri>
  +  <uri>http://java.sun.com/jstl/xml</uri>
     <display-name>JSTL XML</display-name>
     <description>JSTL 1.0 XML library</description>
   
  
  
  
  1.2       +2 -2      jakarta-taglibs/standard/doc/web/ExpressionLanguageSupport_FunctionalDescription_2_EA1.html
  
  Index: ExpressionLanguageSupport_FunctionalDescription_2_EA1.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/doc/web/ExpressionLanguageSupport_FunctionalDescription_2_EA1.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ExpressionLanguageSupport_FunctionalDescription_2_EA1.html	21 Nov 2001 07:34:10 -0000	1.1
  +++ ExpressionLanguageSupport_FunctionalDescription_2_EA1.html	17 Apr 2002 02:53:35 -0000	1.2
  @@ -98,9 +98,9 @@
   <p>These twin tag libraries can be accessed in the following way in a JSP page 
     (using the &quot;core&quot; taglib as an example):<br>
     <br>
  -  <tt>&nbsp;&nbsp;&nbsp; &lt;%@ taglib uri="http://java.sun.com/jstl/ea/core" 
  +  <tt>&nbsp;&nbsp;&nbsp; &lt;%@ taglib uri="http://java.sun.com/jstl/core" 
     prefix="c" %><br>
  -  &nbsp;&nbsp;&nbsp; </tt><tt>&lt;%@ taglib uri="http://java.sun.com/jstl/ea/core-rt" 
  +  &nbsp;&nbsp;&nbsp; </tt><tt>&lt;%@ taglib uri="http://java.sun.com/jstl/core-rt" 
     prefix="c-rt" %></tt> </p>
   <p>In our examples, we append the value '-rt' to differentiate the 'rtexprvalue" 
     library from its 'elexprvalue' twin. It is possible to use the two libraries 
  
  
  
  1.10      +1 -1      jakarta-taglibs/standard/doc/web/GettingStarted.html
  
  Index: GettingStarted.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/doc/web/GettingStarted.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- GettingStarted.html	12 Mar 2002 23:50:42 -0000	1.9
  +++ GettingStarted.html	17 Apr 2002 02:53:35 -0000	1.10
  @@ -106,7 +106,7 @@
   at the top of your JSP page, as follows:</p>
   
   <pre>
  -    &lt;%@ taglib uri="http://java.sun.com/jstl/ea/core" prefix="c" %&gt;
  +    &lt;%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %&gt;
   </pre>
   
   <h3>Expression language</h3>
  
  
  
  1.11      +4 -4      jakarta-taglibs/standard/doc/web/Overview.html
  
  Index: Overview.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/doc/web/Overview.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Overview.html	12 Mar 2002 23:50:42 -0000	1.10
  +++ Overview.html	17 Apr 2002 02:53:35 -0000	1.11
  @@ -50,7 +50,7 @@
       </tr>
       <tr> 
         <td>Core</td>
  -      <td>http://java.sun.com/jstl/ea/core</td>
  +      <td>http://java.sun.com/jstl/core</td>
         <td> 
           <div align="center"><font face="Courier New, Courier, mono">c</font></div>
         </td>
  @@ -58,7 +58,7 @@
       </tr>
       <tr> 
         <td>XML processing</td>
  -      <td>http://java.sun.com/jstl/ea/xml</td>
  +      <td>http://java.sun.com/jstl/xml</td>
         <td> 
           <div align="center"><font face="Courier New, Courier, mono">x</font></div>
         </td>
  @@ -66,7 +66,7 @@
       </tr>
       <tr> 
         <td>I18N capable formatting</td>
  -      <td>http://java.sun.com/jstl/ea/fmt</td>
  +      <td>http://java.sun.com/jstl/fmt</td>
         <td> 
           <div align="center"><font face="Courier New, Courier, mono">fmt</font></div>
         </td>
  @@ -74,7 +74,7 @@
       </tr>
       <tr> 
         <td>Database access (SQL)</td>
  -      <td>http://java.sun.com/jstl/ea/sql</td>
  +      <td>http://java.sun.com/jstl/sql</td>
         <td> 
           <div align="center"><font face="Courier New, Courier, mono">sql</font></div>
         </td>
  
  
  
  1.7       +8 -8      jakarta-taglibs/standard/examples/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/conf/web.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- web.xml	6 Mar 2002 22:18:11 -0000	1.6
  +++ web.xml	17 Apr 2002 02:53:35 -0000	1.7
  @@ -24,42 +24,42 @@
       </listener>
   
       <taglib>
  -        <taglib-uri>http://java.sun.com/jstl/ea/core</taglib-uri>
  +        <taglib-uri>http://java.sun.com/jstl/core</taglib-uri>
           <taglib-location>/WEB-INF/c.tld</taglib-location>
       </taglib>
   
       <taglib>
  -        <taglib-uri>http://java.sun.com/jstl/ea/core-rt</taglib-uri>
  +        <taglib-uri>http://java.sun.com/jstl/core-rt</taglib-uri>
           <taglib-location>/WEB-INF/c-rt.tld</taglib-location>
       </taglib>
   
       <taglib>
  -        <taglib-uri>http://java.sun.com/jstl/ea/xml</taglib-uri>
  +        <taglib-uri>http://java.sun.com/jstl/xml</taglib-uri>
           <taglib-location>/WEB-INF/x.tld</taglib-location>
       </taglib>
   
       <taglib>
  -        <taglib-uri>http://java.sun.com/jstl/ea/xml-rt</taglib-uri>
  +        <taglib-uri>http://java.sun.com/jstl/xml-rt</taglib-uri>
           <taglib-location>/WEB-INF/x-rt.tld</taglib-location>
       </taglib>
   
       <taglib>
  -        <taglib-uri>http://java.sun.com/jstl/ea/fmt</taglib-uri>
  +        <taglib-uri>http://java.sun.com/jstl/fmt</taglib-uri>
           <taglib-location>/WEB-INF/fmt.tld</taglib-location>
       </taglib>
   
       <taglib>
  -        <taglib-uri>http://java.sun.com/jstl/ea/fmt-rt</taglib-uri>
  +        <taglib-uri>http://java.sun.com/jstl/fmt-rt</taglib-uri>
           <taglib-location>/WEB-INF/fmt-rt.tld</taglib-location>
       </taglib>
   
       <taglib>
  -        <taglib-uri>http://java.sun.com/jstl/ea/sql</taglib-uri>
  +        <taglib-uri>http://java.sun.com/jstl/sql</taglib-uri>
           <taglib-location>/WEB-INF/sql.tld</taglib-location>
       </taglib>
   
       <taglib>
  -        <taglib-uri>http://java.sun.com/jstl/ea/sql-rt</taglib-uri>
  +        <taglib-uri>http://java.sun.com/jstl/sql-rt</taglib-uri>
           <taglib-location>/WEB-INF/sql-rt.tld</taglib-location>
       </taglib>
   
  
  
  
  1.10      +1 -1      jakarta-taglibs/standard/examples/web/ShowSource.jsp
  
  Index: ShowSource.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/ShowSource.jsp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ShowSource.jsp	7 Mar 2002 02:16:05 -0000	1.9
  +++ ShowSource.jsp	17 Apr 2002 02:53:35 -0000	1.10
  @@ -7,7 +7,7 @@
          (even as an experiment) into this application --%>
   -->
   
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   <%@ taglib prefix="ex" uri="/jstl-examples-taglib" %>
   
   <%-- 
  
  
  
  1.5       +1 -1      jakarta-taglibs/standard/examples/web/conditionals/Choose.jsp
  
  Index: Choose.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/conditionals/Choose.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Choose.jsp	7 Mar 2002 00:41:56 -0000	1.4
  +++ Choose.jsp	17 Apr 2002 02:53:36 -0000	1.5
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.5       +1 -1      jakarta-taglibs/standard/examples/web/conditionals/CustomLogicTag.jsp
  
  Index: CustomLogicTag.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/conditionals/CustomLogicTag.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- CustomLogicTag.jsp	7 Mar 2002 00:41:56 -0000	1.4
  +++ CustomLogicTag.jsp	17 Apr 2002 02:53:36 -0000	1.5
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   <%@ taglib prefix="ex" uri="/jstl-examples-taglib" %>
   
   <html>
  
  
  
  1.4       +1 -1      jakarta-taglibs/standard/examples/web/conditionals/FailureLocal.jsp
  
  Index: FailureLocal.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/conditionals/FailureLocal.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FailureLocal.jsp	7 Mar 2002 00:41:56 -0000	1.3
  +++ FailureLocal.jsp	17 Apr 2002 02:53:36 -0000	1.4
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.5       +1 -1      jakarta-taglibs/standard/examples/web/conditionals/If.jsp
  
  Index: If.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/conditionals/If.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- If.jsp	7 Mar 2002 00:41:56 -0000	1.4
  +++ If.jsp	17 Apr 2002 02:53:36 -0000	1.5
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.5       +1 -1      jakarta-taglibs/standard/examples/web/elsupport/Expr.jsp
  
  Index: Expr.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/elsupport/Expr.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Expr.jsp	7 Mar 2002 00:41:56 -0000	1.4
  +++ Expr.jsp	17 Apr 2002 02:53:36 -0000	1.5
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   <html>
   <head>
     <title>JSTL: Expression Language Support -- Expr Example</title>
  
  
  
  1.5       +1 -1      jakarta-taglibs/standard/examples/web/elsupport/Set.jsp
  
  Index: Set.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/elsupport/Set.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Set.jsp	7 Mar 2002 00:41:56 -0000	1.4
  +++ Set.jsp	17 Apr 2002 02:53:36 -0000	1.5
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.5       +1 -1      jakarta-taglibs/standard/examples/web/elsupport/Set2.jsp
  
  Index: Set2.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/elsupport/Set2.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Set2.jsp	7 Mar 2002 00:41:56 -0000	1.4
  +++ Set2.jsp	17 Apr 2002 02:53:36 -0000	1.5
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   <html>
   <head>
     <title>JSTL: Expression Language Support -- Set 2 Example</title>
  
  
  
  1.10      +2 -2      jakarta-taglibs/standard/examples/web/format/FormatDateTime.jsp
  
  Index: FormatDateTime.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/format/FormatDateTime.jsp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- FormatDateTime.jsp	15 Apr 2002 17:26:23 -0000	1.9
  +++ FormatDateTime.jsp	17 Apr 2002 02:53:36 -0000	1.10
  @@ -1,5 +1,5 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  -<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/ea/fmt" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
  +<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
   
   <html>
   <head>
  
  
  
  1.10      +1 -1      jakarta-taglibs/standard/examples/web/format/FormatNumber.jsp
  
  Index: FormatNumber.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/format/FormatNumber.jsp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- FormatNumber.jsp	12 Apr 2002 19:16:49 -0000	1.9
  +++ FormatNumber.jsp	17 Apr 2002 02:53:36 -0000	1.10
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/ea/fmt" %>
  +<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
   
   <html>
   <head>
  
  
  
  1.4       +1 -1      jakarta-taglibs/standard/examples/web/format/GermanLocale.jsp
  
  Index: GermanLocale.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/format/GermanLocale.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- GermanLocale.jsp	12 Apr 2002 19:16:49 -0000	1.3
  +++ GermanLocale.jsp	17 Apr 2002 02:53:36 -0000	1.4
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/ea/fmt" %>
  +<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
   
   <html>
   <head>
  
  
  
  1.2       +1 -1      jakarta-taglibs/standard/examples/web/format/GermanUmlautCorrect.jsp
  
  Index: GermanUmlautCorrect.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/format/GermanUmlautCorrect.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- GermanUmlautCorrect.jsp	4 Jan 2002 22:23:23 -0000	1.1
  +++ GermanUmlautCorrect.jsp	17 Apr 2002 02:53:36 -0000	1.2
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/ea/fmt" %>
  +<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
   
   <html>
   <head>
  
  
  
  1.2       +1 -1      jakarta-taglibs/standard/examples/web/format/GermanUmlautIncorrect.jsp
  
  Index: GermanUmlautIncorrect.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/format/GermanUmlautIncorrect.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- GermanUmlautIncorrect.jsp	4 Jan 2002 22:23:23 -0000	1.1
  +++ GermanUmlautIncorrect.jsp	17 Apr 2002 02:53:36 -0000	1.2
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/ea/fmt" %>
  +<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
   
   <html>
   <head>
  
  
  
  1.6       +1 -1      jakarta-taglibs/standard/examples/web/format/ItalianLocale.jsp
  
  Index: ItalianLocale.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/format/ItalianLocale.jsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ItalianLocale.jsp	16 Apr 2002 15:49:50 -0000	1.5
  +++ ItalianLocale.jsp	17 Apr 2002 02:53:36 -0000	1.6
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/ea/fmt" %>
  +<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
   
   <html>
   <head>
  
  
  
  1.5       +1 -1      jakarta-taglibs/standard/examples/web/format/MissingResourceBundle.jsp
  
  Index: MissingResourceBundle.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/format/MissingResourceBundle.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MissingResourceBundle.jsp	17 Apr 2002 00:38:01 -0000	1.4
  +++ MissingResourceBundle.jsp	17 Apr 2002 02:53:36 -0000	1.5
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/ea/fmt" %>
  +<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
   
   <html>
   <head>
  
  
  
  1.9       +2 -2      jakarta-taglibs/standard/examples/web/format/ParametricReplacement.jsp
  
  Index: ParametricReplacement.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/format/ParametricReplacement.jsp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ParametricReplacement.jsp	17 Apr 2002 00:38:01 -0000	1.8
  +++ ParametricReplacement.jsp	17 Apr 2002 02:53:36 -0000	1.9
  @@ -1,5 +1,5 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  -<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/ea/fmt" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
  +<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
   
   <html>
   <head>
  
  
  
  1.3       +1 -1      jakarta-taglibs/standard/examples/web/format/PrefixAttribute.jsp
  
  Index: PrefixAttribute.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/format/PrefixAttribute.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PrefixAttribute.jsp	12 Apr 2002 19:16:49 -0000	1.2
  +++ PrefixAttribute.jsp	17 Apr 2002 02:53:36 -0000	1.3
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/ea/fmt" %>
  +<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
   
   <html>
   <head>
  
  
  
  1.5       +1 -1      jakarta-taglibs/standard/examples/web/format/UndefinedKey.jsp
  
  Index: UndefinedKey.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/format/UndefinedKey.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- UndefinedKey.jsp	16 Apr 2002 15:49:50 -0000	1.4
  +++ UndefinedKey.jsp	17 Apr 2002 02:53:36 -0000	1.5
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/ea/fmt" %>
  +<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
   
   <html>
   <head>
  
  
  
  1.3       +1 -1      jakarta-taglibs/standard/examples/web/import/Absolute.jsp
  
  Index: Absolute.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/import/Absolute.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Absolute.jsp	21 Nov 2001 19:14:10 -0000	1.2
  +++ Absolute.jsp	17 Apr 2002 02:53:36 -0000	1.3
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   <%@ taglib prefix="ex" uri="/jstl-examples-taglib" %>
   
   <html>
  
  
  
  1.2       +1 -1      jakarta-taglibs/standard/examples/web/import/AbsoluteFtp.jsp
  
  Index: AbsoluteFtp.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/import/AbsoluteFtp.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AbsoluteFtp.jsp	21 Nov 2001 07:34:31 -0000	1.1
  +++ AbsoluteFtp.jsp	17 Apr 2002 02:53:36 -0000	1.2
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.5       +1 -1      jakarta-taglibs/standard/examples/web/import/ContextRelative.jsp
  
  Index: ContextRelative.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/import/ContextRelative.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ContextRelative.jsp	7 Mar 2002 00:41:56 -0000	1.4
  +++ ContextRelative.jsp	17 Apr 2002 02:53:36 -0000	1.5
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.5       +1 -1      jakarta-taglibs/standard/examples/web/import/Encode.jsp
  
  Index: Encode.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/import/Encode.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Encode.jsp	15 Mar 2002 06:58:10 -0000	1.4
  +++ Encode.jsp	17 Apr 2002 02:53:36 -0000	1.5
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.6       +1 -1      jakarta-taglibs/standard/examples/web/import/EncodeContextRelative.jsp
  
  Index: EncodeContextRelative.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/import/EncodeContextRelative.jsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- EncodeContextRelative.jsp	12 Mar 2002 23:53:24 -0000	1.5
  +++ EncodeContextRelative.jsp	17 Apr 2002 02:53:36 -0000	1.6
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.4       +1 -1      jakarta-taglibs/standard/examples/web/import/ExposeString.jsp
  
  Index: ExposeString.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/import/ExposeString.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ExposeString.jsp	7 Mar 2002 00:41:56 -0000	1.3
  +++ ExposeString.jsp	17 Apr 2002 02:53:36 -0000	1.4
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.4       +1 -1      jakarta-taglibs/standard/examples/web/import/ExposeStringRelative.jsp
  
  Index: ExposeStringRelative.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/import/ExposeStringRelative.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ExposeStringRelative.jsp	7 Mar 2002 00:41:56 -0000	1.3
  +++ ExposeStringRelative.jsp	17 Apr 2002 02:53:36 -0000	1.4
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.4       +1 -1      jakarta-taglibs/standard/examples/web/import/LocalQueryString.jsp
  
  Index: LocalQueryString.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/import/LocalQueryString.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LocalQueryString.jsp	7 Mar 2002 00:41:56 -0000	1.3
  +++ LocalQueryString.jsp	17 Apr 2002 02:53:36 -0000	1.4
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <hr>
   <h3> This is the output of the imported file </h3>
  
  
  
  1.2       +1 -1      jakarta-taglibs/standard/examples/web/import/LocalSample.jsp
  
  Index: LocalSample.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/import/LocalSample.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LocalSample.jsp	21 Nov 2001 07:34:30 -0000	1.1
  +++ LocalSample.jsp	17 Apr 2002 02:53:36 -0000	1.2
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.2       +1 -1      jakarta-taglibs/standard/examples/web/import/Param.jsp
  
  Index: Param.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/import/Param.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Param.jsp	21 Nov 2001 07:34:30 -0000	1.1
  +++ Param.jsp	17 Apr 2002 02:53:36 -0000	1.2
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <%--
     --   These URLs likely don't exist, but the error that gets reported 
  
  
  
  1.2       +1 -1      jakarta-taglibs/standard/examples/web/import/Relative.jsp
  
  Index: Relative.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/import/Relative.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Relative.jsp	21 Nov 2001 07:34:30 -0000	1.1
  +++ Relative.jsp	17 Apr 2002 02:53:36 -0000	1.2
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.2       +1 -1      jakarta-taglibs/standard/examples/web/import/StartSlash.jsp
  
  Index: StartSlash.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/import/StartSlash.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- StartSlash.jsp	21 Nov 2001 07:34:31 -0000	1.1
  +++ StartSlash.jsp	17 Apr 2002 02:53:36 -0000	1.2
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.2       +1 -1      jakarta-taglibs/standard/examples/web/import/session.jsp
  
  Index: session.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/import/session.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- session.jsp	20 Dec 2001 00:45:31 -0000	1.1
  +++ session.jsp	17 Apr 2002 02:53:36 -0000	1.2
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.6       +2 -2      jakarta-taglibs/standard/examples/web/iterators/Collaboration.jsp
  
  Index: Collaboration.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/iterators/Collaboration.jsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Collaboration.jsp	7 Mar 2002 00:41:56 -0000	1.5
  +++ Collaboration.jsp	17 Apr 2002 02:53:37 -0000	1.6
  @@ -1,5 +1,5 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  -<%@ taglib prefix="jr" uri="http://java.sun.com/jstl/ea/core-rt" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
  +<%@ taglib prefix="jr" uri="http://java.sun.com/jstl/core-rt" %>
   <%@ taglib prefix="ex" uri="/jstl-examples-taglib" %>
   
   <html>
  
  
  
  1.6       +1 -1      jakarta-taglibs/standard/examples/web/iterators/DataTypes.jsp
  
  Index: DataTypes.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/iterators/DataTypes.jsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DataTypes.jsp	7 Mar 2002 00:41:56 -0000	1.5
  +++ DataTypes.jsp	17 Apr 2002 02:53:37 -0000	1.6
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.4       +1 -1      jakarta-taglibs/standard/examples/web/iterators/ForTokens.jsp
  
  Index: ForTokens.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/iterators/ForTokens.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ForTokens.jsp	7 Mar 2002 00:41:56 -0000	1.3
  +++ ForTokens.jsp	17 Apr 2002 02:53:37 -0000	1.4
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.5       +1 -1      jakarta-taglibs/standard/examples/web/iterators/Simple.jsp
  
  Index: Simple.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/iterators/Simple.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Simple.jsp	7 Mar 2002 00:41:56 -0000	1.4
  +++ Simple.jsp	17 Apr 2002 02:53:37 -0000	1.5
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.5       +1 -1      jakarta-taglibs/standard/examples/web/iterators/SimpleRange.jsp
  
  Index: SimpleRange.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/iterators/SimpleRange.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SimpleRange.jsp	7 Mar 2002 00:41:56 -0000	1.4
  +++ SimpleRange.jsp	17 Apr 2002 02:53:37 -0000	1.5
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.7       +1 -1      jakarta-taglibs/standard/examples/web/iterators/Status.jsp
  
  Index: Status.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/iterators/Status.jsp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Status.jsp	7 Mar 2002 00:41:56 -0000	1.6
  +++ Status.jsp	17 Apr 2002 02:53:37 -0000	1.7
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.5       +1 -1      jakarta-taglibs/standard/examples/web/misc/IteratorTest.jsp
  
  Index: IteratorTest.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/misc/IteratorTest.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- IteratorTest.jsp	7 Mar 2002 00:41:56 -0000	1.4
  +++ IteratorTest.jsp	17 Apr 2002 02:53:37 -0000	1.5
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.5       +1 -1      jakarta-taglibs/standard/examples/web/sql/DriverSetup.jsp
  
  Index: DriverSetup.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/sql/DriverSetup.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- DriverSetup.jsp	16 Apr 2002 00:01:35 -0000	1.4
  +++ DriverSetup.jsp	17 Apr 2002 02:53:37 -0000	1.5
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="sql" uri="http://java.sun.com/jstl/ea/sql" %>
  +<%@ taglib prefix="sql" uri="http://java.sun.com/jstl/sql" %>
   
   <html>
   <head>
  
  
  
  1.12      +2 -2      jakarta-taglibs/standard/examples/web/sql/QueryDirect.jsp
  
  Index: QueryDirect.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/sql/QueryDirect.jsp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- QueryDirect.jsp	16 Apr 2002 00:01:35 -0000	1.11
  +++ QueryDirect.jsp	17 Apr 2002 02:53:37 -0000	1.12
  @@ -1,5 +1,5 @@
  -<%@ taglib prefix="sql" uri="http://java.sun.com/jstl/ea/sql" %>
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="sql" uri="http://java.sun.com/jstl/sql" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.13      +2 -2      jakarta-taglibs/standard/examples/web/sql/QueryIterate.jsp
  
  Index: QueryIterate.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/sql/QueryIterate.jsp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- QueryIterate.jsp	16 Apr 2002 00:01:35 -0000	1.12
  +++ QueryIterate.jsp	17 Apr 2002 02:53:37 -0000	1.13
  @@ -1,5 +1,5 @@
  -<%@ taglib prefix="sql" uri="http://java.sun.com/jstl/ea/sql" %>
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="sql" uri="http://java.sun.com/jstl/sql" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.11      +2 -2      jakarta-taglibs/standard/examples/web/sql/QueryParam.jsp
  
  Index: QueryParam.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/sql/QueryParam.jsp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- QueryParam.jsp	16 Apr 2002 00:01:35 -0000	1.10
  +++ QueryParam.jsp	17 Apr 2002 02:53:37 -0000	1.11
  @@ -1,5 +1,5 @@
  -<%@ taglib prefix="sql" uri="http://java.sun.com/jstl/ea/sql" %>
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="sql" uri="http://java.sun.com/jstl/sql" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.9       +1 -1      jakarta-taglibs/standard/examples/web/sql/Transaction.jsp
  
  Index: Transaction.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/sql/Transaction.jsp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Transaction.jsp	16 Apr 2002 00:01:35 -0000	1.8
  +++ Transaction.jsp	17 Apr 2002 02:53:37 -0000	1.9
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="sql" uri="http://java.sun.com/jstl/ea/sql" %>
  +<%@ taglib prefix="sql" uri="http://java.sun.com/jstl/sql" %>
   
   <html>
   <head>
  
  
  
  1.13      +2 -2      jakarta-taglibs/standard/examples/web/sql/Update.jsp
  
  Index: Update.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/sql/Update.jsp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Update.jsp	16 Apr 2002 00:01:35 -0000	1.12
  +++ Update.jsp	17 Apr 2002 02:53:37 -0000	1.13
  @@ -1,5 +1,5 @@
  -<%@ taglib prefix="sql" uri="http://java.sun.com/jstl/ea/sql" %>
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="sql" uri="http://java.sun.com/jstl/sql" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.2       +1 -1      jakarta-taglibs/standard/examples/web/sql/session.jsp
  
  Index: session.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/sql/session.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- session.jsp	12 Dec 2001 21:19:53 -0000	1.1
  +++ session.jsp	17 Apr 2002 02:53:37 -0000	1.2
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
   
   <html>
   <head>
  
  
  
  1.3       +1 -1      jakarta-taglibs/standard/examples/web/xml/Expr.jsp
  
  Index: Expr.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/xml/Expr.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Expr.jsp	7 Mar 2002 00:41:56 -0000	1.2
  +++ Expr.jsp	17 Apr 2002 02:53:38 -0000	1.3
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="x" uri="http://java.sun.com/jstl/ea/xml" %>
  +<%@ taglib prefix="x" uri="http://java.sun.com/jstl/xml" %>
   
   <html>
   <head>
  
  
  
  1.4       +1 -1      jakarta-taglibs/standard/examples/web/xml/Filter.jsp
  
  Index: Filter.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/xml/Filter.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Filter.jsp	12 Mar 2002 23:39:17 -0000	1.3
  +++ Filter.jsp	17 Apr 2002 02:53:38 -0000	1.4
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="x" uri="http://java.sun.com/jstl/ea/xml" %>
  +<%@ taglib prefix="x" uri="http://java.sun.com/jstl/xml" %>
   <%@ taglib prefix="ex" uri="/jstl-examples-taglib" %>
   
   <html>
  
  
  
  1.3       +1 -1      jakarta-taglibs/standard/examples/web/xml/ForEach.jsp
  
  Index: ForEach.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/xml/ForEach.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ForEach.jsp	7 Mar 2002 00:41:56 -0000	1.2
  +++ ForEach.jsp	17 Apr 2002 02:53:38 -0000	1.3
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="x" uri="http://java.sun.com/jstl/ea/xml" %>
  +<%@ taglib prefix="x" uri="http://java.sun.com/jstl/xml" %>
   
   <html>
   <head>
  
  
  
  1.2       +1 -1      jakarta-taglibs/standard/examples/web/xml/If.jsp
  
  Index: If.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/xml/If.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- If.jsp	21 Nov 2001 07:34:31 -0000	1.1
  +++ If.jsp	17 Apr 2002 02:53:38 -0000	1.2
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="x" uri="http://java.sun.com/jstl/ea/xml" %>
  +<%@ taglib prefix="x" uri="http://java.sun.com/jstl/xml" %>
   
   <html>
   <head>
  
  
  
  1.4       +2 -2      jakarta-taglibs/standard/examples/web/xml/Parse.jsp
  
  Index: Parse.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/xml/Parse.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Parse.jsp	12 Mar 2002 23:39:17 -0000	1.3
  +++ Parse.jsp	17 Apr 2002 02:53:38 -0000	1.4
  @@ -1,5 +1,5 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  -<%@ taglib prefix="x" uri="http://java.sun.com/jstl/ea/xml" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
  +<%@ taglib prefix="x" uri="http://java.sun.com/jstl/xml" %>
   
   <html>
   <head>
  
  
  
  1.3       +1 -1      jakarta-taglibs/standard/examples/web/xml/Set.jsp
  
  Index: Set.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/xml/Set.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Set.jsp	7 Mar 2002 00:41:56 -0000	1.2
  +++ Set.jsp	17 Apr 2002 02:53:38 -0000	1.3
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="x" uri="http://java.sun.com/jstl/ea/xml" %>
  +<%@ taglib prefix="x" uri="http://java.sun.com/jstl/xml" %>
   
   <html>
   <head>
  
  
  
  1.5       +2 -2      jakarta-taglibs/standard/examples/web/xml/Transform.jsp
  
  Index: Transform.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/xml/Transform.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Transform.jsp	12 Mar 2002 23:39:17 -0000	1.4
  +++ Transform.jsp	17 Apr 2002 02:53:38 -0000	1.5
  @@ -1,5 +1,5 @@
  -<%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core" %>
  -<%@ taglib prefix="x" uri="http://java.sun.com/jstl/ea/xml" %>
  +<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
  +<%@ taglib prefix="x" uri="http://java.sun.com/jstl/xml" %>
   
   <html>
   <head>
  
  
  
  1.2       +1 -1      jakarta-taglibs/standard/examples/web/xml/When.jsp
  
  Index: When.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/xml/When.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- When.jsp	21 Nov 2001 07:34:31 -0000	1.1
  +++ When.jsp	17 Apr 2002 02:53:38 -0000	1.2
  @@ -1,4 +1,4 @@
  -<%@ taglib prefix="x" uri="http://java.sun.com/jstl/ea/xml" %>
  +<%@ taglib prefix="x" uri="http://java.sun.com/jstl/xml" %>
   
   <html>
   <head>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>