Author: bimargulies
Date: Sun Sep  5 14:38:43 2010
New Revision: 992798

URL: http://svn.apache.org/viewvc?rev=992798&view=rev
Log:
Merge download fixes.

Modified:
    webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/   (props 
changed)
    
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/site/apt/index.apt
    
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/site/site.xml
    
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/site/xdoc/download.xml

Propchange: webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Sun Sep  5 14:38:43 2010
@@ -0,0 +1,2 @@
+/webservices/commons/branches/modules/XmlSchema/1.4.6-site-fix:992771-992797
+/webservices/commons/tags/XmlSchema/XmlSchema-1.4.6:938042-992770

Modified: 
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/site/apt/index.apt?rev=992798&r1=992797&r2=992798&view=diff
==============================================================================
--- 
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/site/apt/index.apt
 (original)
+++ 
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/site/apt/index.apt
 Sun Sep  5 14:38:43 2010
@@ -16,8 +16,6 @@ Overview
 Downloads
 
   The latest release is 1.4.6 and can be found
-  {{{download.cgi}here}}.
-
-
+  {{{http://ws.apache.org/commons/XmlSchema/download.html}here}}.
   
   -The XMLSchema Development Team (commons-dev at ws.apache.org)

Modified: 
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/site/site.xml?rev=992798&r1=992797&r2=992798&view=diff
==============================================================================
--- 
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/site/site.xml 
(original)
+++ 
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/site/site.xml 
Sun Sep  5 14:38:43 2010
@@ -34,7 +34,7 @@
         <menu name="XML Schema">
             <item name="Home" href="index.html"/>
             <item name="Downloads">
-                <item name="Releases" href="download.cgi"/>
+                <item name="Releases" href="download.html"/>
                 <item name="Source Code" href="source-repository.html"/>
             </item>
             <item name="Documentation">

Modified: 
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/site/xdoc/download.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/site/xdoc/download.xml?rev=992798&r1=992797&r2=992798&view=diff
==============================================================================
--- 
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/site/xdoc/download.xml
 (original)
+++ 
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/src/site/xdoc/download.xml
 Sun Sep  5 14:38:43 2010
@@ -1,408 +1,425 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
- ~ Licensed to the Apache Software Foundation (ASF) under one
- ~ or more contributor license agreements. See the NOTICE file
- ~ distributed with this work for additional information
- ~ regarding copyright ownership. The ASF licenses this file
- ~ to you under the Apache License, Version 2.0 (the
- ~ "License"); you may not use this file except in compliance
- ~ with the License. You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied. See the License for the
- ~ specific language governing permissions and limitations
- ~ under the License.
- -->
-<document xmlns="http://maven.apache.org/XDOC/2.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
-    <properties>
-        <title>:: Apache XmlSchema Releases ::</title>
-    </properties>
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
-        <meta content="text/html; charset=utf-8"/>
-    </head>
-    <body>
-        <section>
-            <h2>Releases</h2>
-            <div align="left">
-                <p>The latest official version available for download is
-      XmlSchema 1.4.6. All the releases are available for download as source 
or binary. For more information,
-      please see
-      <a href="http://www.apache.org/dev/release.html";>Apache Release FAQ</a>
-    </p>
-                <p>Please select the XmlSchema version you want to 
download.</p>
-            </div>
-            <div align="center">
-                <table class="bodyTable">
-                    <tbody>
-                        <tr class="a">
-                            <td align="center" width="45">Name</td>
-                            <td align="center" width="80">Type</td>
-                            <td align="center" width="300">Distribution</td>
-                            <td align="center" width="100">Date</td>
-                            <td align="center" width="200">Description</td>
-                        </tr>
-                        <tr class="b">
-                            <td align="center" valign="middle">
-                             1.4.6
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License. You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied. See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
+  <properties>
+    <title>:: Apache XmlSchema Releases ::</title>
+  </properties>
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+    <meta content="text/html; charset=utf-8"/>
+  </head>
+  <body>
+    <section>
+      <h2>Releases</h2>
+      <div align="left">
+        <p>The latest official version available for download is
+           XmlSchema 1.4.6. All the releases are available for download as 
source or binary. For more information,
+           please see
+           <a href="http://www.apache.org/dev/release.html";>Apache Release 
FAQ</a>
+        </p>
+        <p>Please select the XmlSchema version you want to download.</p>
+      </div>
+      <div align="center">
+        <table class="bodyTable">
+          <tbody>
+            <tr class="a">
+              <td align="center" width="45">Name</td>
+              <td align="center" width="80">Type</td>
+              <td align="center" width="300">Distribution</td>
+              <td align="center" width="100">Date</td>
+              <td align="center" width="200">Description</td>
+            </tr>
+            <tr class="b">
+              <td align="center" valign="middle">
+                                                         1.4.6
+                                                       </td>
+              <td align="center">Release</td>
+              <td>Source Distribution
+                    <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_6%2FXmlSchema-1.4.6-src.zip";
 class="externalLink">ZIP</a>
+
+                    <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_6%2FXmlSchema-1.4.6-src.zip.md5";
 
+                       class="externalLink" 
+                        >MD5</a>
+
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_6%2FXmlSchema-1.4.6-src.zip.asc";
 
+                      class="externalLink"
+                      >PGP</a>
+                   <br/>
+                   Binary Distribution
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_6%2FXmlSchema-1.4.6-bin.zip";
 class="externalLink"
+                      >ZIP</a>
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_6%2FXmlSchema-1.4.6-bin.zip.md5";
 
+                      class="externalLink">MD5</a>
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_6%2FXmlSchema-1.4.6-bin.zip.asc";
 
+                      class="externalLink">PGP</a>
+                   <br/>
+                   Documents Distribution
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_6%2FXmlSchema-1.4.6-docs.zip";
 
+                      class="externalLink">zip</a>
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_6%2FXmlSchema-1.4.6-docs.zip.md5";
 
+                      class="externalLink" >MD5</a>
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_6%2FXmlSchema-1.4.6-docs.zip.asc";
 class="externalLink">
+                   PGP</a>
+                   <br/>
+             </td>
+              <td>2010 - 04 - 26</td>
+              <td>1.4.6 Release (Mirrored)</td>
+            </tr>
+            <tr class="b">
+              <td align="center" valign="middle">
+                                                         1.4.5
+                                                       </td>
+              <td align="center">Release</td>
+              <td>Source Distribution
+                    <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_5%2FXmlSchema-1.4.5-src.zip";
 class="externalLink">zip</a>
+                    <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_5%2FXmlSchema-1.4.5-src.zip.md5";
 class="externalLink">MD5</a>
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_5%2FXmlSchema-1.4.5-src.zip.asc";
 class="externalLink">PGP</a>
+                   <br/>
+                   Binary Distribution
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_5%2FXmlSchema-1.4.5-bin.zip";
 class="externalLink">zip</a>
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_5%2FXmlSchema-1.4.5-bin.zip.md5";
 class="externalLink">MD5</a>
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_5%/XmlSchema-1.4.5-bin.zip.asc";
 class="externalLink">PGP</a>
+                   <br/>
+                   Documents Distribution
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_5%2FXmlSchema-1.4.5-docs.zip";
 
+                      class="externalLink">zip</a>
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_5%2FXmlSchema-1.4.5-docs.zip.md5";
 class="externalLink"
+                      >MD5</a>
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_5%2FXmlSchema-1.4.5-docs.zip.asc";
 class="externalLink" 
+                      >PGP</a>
+                   <br/>
+             </td>
+              <td>2009 - 04 - 18</td>
+              <td>1.4.5 Release (Mirrored)</td>
+            </tr>
+            <tr class="b">
+              <td align="center" valign="middle">
+               1.4.4
+             </td>
+              <td align="center">Release</td>
+              <td>Source Distribution
+                    <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_4%2FXmlSchema-1.4.4-src.zip";
 class="externalLink">zip</a>
+                    <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_4%2FXmlSchema-1.4.4-src.zip.md5";
 class="externalLink" >MD5</a>
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_4%2FXmlSchema-1.4.4-src.zip.asc";
 class="externalLink" >PGP</a>
+                   <br/>
+                   Binary Distribution
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_4%2FXmlSchema-1.4.4-bin.zip";
 class="externalLink">zip</a>
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_4%2FXmlSchema-1.4.4-bin.zip.md5";
 class="externalLink">MD5</a>
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_4%2FXmlSchema-1.4.4-bin.zip.asc";
 class="externalLink" >
+                   PGP</a>
+                   <br/>
+                   Documents Distribution
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_4%2FXmlSchema-1.4.4-docs.zip";
 class="externalLink">zip</a>
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_4%2FXmlSchema-1.4.4-docs.zip.md5";
 class="externalLink" >MD5</a>
+                   <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_4%2FXmlSchema-1.4.4-docs.zip.asc";
 class="externalLink" >
+                   PGP</a>
+                   <br/>
+             </td>
+              <td>2009 - 03 - 06</td>
+              <td>1.4.4 Release (Mirrored)</td>
+            </tr>
+            <tr class="b">
+              <td align="center" valign="middle">
+                                                         1.4.3
+                                                       </td>
+              <td align="center">Release</td>
+              <td>Source Distribution
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_3%2FXmlSchema-1.4.3-src.zip";
  class="externalLink">zip</a>
+             
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_3%2FXmlSchema-1.4.3-src.zip.md5";
 class="externalLink">MD5</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_3%2FXmlSchema-1.4.3-src.zip.asc";
 class="externalLink">PGP</a>
+             <br/>
+             Binary Distribution
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_3%2FXmlSchema-1.4.3-bin.zip";
  class="externalLink">zip</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_3%2FXmlSchema-1.4.3-bin.zip.md5";
 class="externalLink">MD5</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_3%2FXmlSchema-1.4.3-bin.zip.asc";
 class="externalLink" >
+             PGP</a>
+             <br/>
+             Documents Distribution
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_3%2FXmlSchema-1.4.3-docs.zip";
 class="externalLink">zip</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_3%2FXmlSchema-1.4.3-docs.zip.md5";
 class="externalLink" >MD5</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_3%2FXmlSchema-1.4.3-docs.zip.asc";
 class="externalLink">
+             PGP</a>
+             <br/>
+             </td>
+              <td>12 - 11 - 2008</td>
+              <td>1.4.3 Release (Mirrored)</td>
+            </tr>
+            <tr class="b">
+              <td align="center" valign="middle">
+               1.4.2
+             </td>
+              <td align="center">Release</td>
+              <td>Source Distribution
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_2%2FXmlSchema-1.4.2-src.zip";
  class="externalLink">zip</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_2%2FXmlSchema-1.4.2-src.zip.md5";
 class="externalLink" >MD5</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_2%2FXmlSchema-1.4.2-src.zip.asc";
 class="externalLink" >PGP</a>
+             <br/>
+             Binary Distribution
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_2%2FXmlSchema-1.4.2-bin.zip"class="externalLink";>zip</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_2%2FXmlSchema-1.4.2-bin.zip.md5";
 class="externalLink">MD5</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_2%2FXmlSchema-1.4.2-bin.zip.asc";
 class="externalLink">
+             PGP</a>
+             <br/>
+             Documents Distribution
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_2%2FXmlSchema-1.4.2-docs.zip";
 class="externalLink">zip</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_2%2FXmlSchema-1.4.2-docs.zip.md5";
 class="externalLink">MD5</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_2%2F/XmlSchema-1.4.2-docs.zip.asc";
 class="externalLink" >
+             PGP</a>
+             <br/>
+             </td>
+              <td>04 - 21 - 2008</td>
+              <td>1.4.2 Release (Mirrored)</td>
+            </tr>
+            <tr class="b">
+              <td align="center" valign="middle">
+               1.4.1
+             </td>
+              <td align="center">Release</td>
+              <td>Source Distribution
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_1%2FXmlSchema-1.4.1-src.zip";
  class="externalLink">zip</a>
+             
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_1%2FXmlSchema-1.4.1-src.zip.md5";
 class="externalLink" >MD5</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_1%2FXmlSchema-1.4.1-src.zip.asc";
 class="externalLink" >PGP</a>
+             <br/>
+             Binary Distribution
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_1%2FXmlSchema-1.4.1-bin.zip";
 class="externalLink">zip</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_1%2FXmlSchema-1.4.1-bin.zip.md5";
 class="externalLink">MD5</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_1%2FXmlSchema-1.4.1-bin.zip.asc";
 class="externalLink">
+             PGP</a>
+             <br/>
+             Documents Distribution
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_1%2FXmlSchema-1.4.1-docs.zip";
 class="externalLink">zip</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_1%2FXmlSchema-1.4.1-docs.zip.md5";
 class="externalLink">MD5</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_1%2FXmlSchema-1.4.1-docs.zip.asc";
 class="externalLink">
+             PGP</a>
+             <br/>
+             </td>
+              <td>04 - 09 - 2008</td>
+              <td>1.4.1 Release (Mirrored)</td>
+            </tr>
+            <tr class="b">
+              <td align="center" valign="middle">
+               1.4
+             </td>
+              <td align="center">Release</td>
+              <td>Source Distribution
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4%2FXmlSchema-1.4-src.zip";
 class="externalLink">zip</a>
+             
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4%2F/XmlSchema-1.4-src.zip.md5";
 class="externalLink" >MD5</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4%2F/XmlSchema-1.4-src.zip.asc";
 class="externalLink">PGP</a>
+             <br/>
+             Binary Distribution
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4%2FXmlSchema-1.4-bin.zip";
 class="externalLink">zip</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4%2FXmlSchema-1.4-bin.zip.md5";
 class="externalLink">MD5</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4%2FXmlSchema-1.4-bin.zip.asc";
 class="externalLink">
+             PGP</a>
+             <br/>
+             Documents Distribution
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4%2FXmlSchema-1.4-docs.zip";
 class="externalLink">zip</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4%2FXmlSchema-1.4-docs.zip.md5";
 class="externalLink" >MD5</a>
+             <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4%2FXmlSchema-1.4-docs.zip.asc";
 class="externalLink">
+             PGP</a>
+             <br/>
+             </td>
+              <td>24 - 07 - 2007</td>
+              <td>1.4 Release (Mirrored)</td>
+            </tr>
+            <tr class="b">
+              <td align="center" valign="middle">
+                                                         1.3.2
+                                                       </td>
+              <td align="center">Release</td>
+              <td>Source Distribution
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-src.zip";
 class="externalLink">zip</a>
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-src.zip.md5";
 class="externalLink">MD5</a>
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-src.zip.asc";
 class="externalLink" >PGP</a>
+             <br/>
+             Binary Distribution
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-bin.zip";
 class="externalLink">zip</a>
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-bin.zip.md5";
 class="externalLink" >MD5</a>
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-bin.zip.asc";
 class="externalLink">
+             PGP</a>
+             <br/>
+             Documents Distribution
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-docs.zip";
 class="externalLink">zip</a>
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-docs.zip.md5";
 class="externalLink" >MD5</a>
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-docs.zip.asc";
 class="externalLink" >
+             PGP</a>
+             <br/>
+                                                                  </td>
+              <td>24 - 07 - 2007</td>
+              <td>1.3.2 Release (Mirrored)</td>
+            </tr>
+            <tr class="b">
+              <td align="center" valign="middle">
+               1.3.1
+             </td>
+              <td align="center">Release</td>
+              <td>Source Distribution
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_3_1/XmlSchema-1.3.1-src.zip";
 class="externalLink">zip</a>
+
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_3_1/XmlSchema-1.3.1-src.zip.md5";
 class="externalLink" >MD5</a>
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_3_1/XmlSchema-1.3.1-src.zip.asc";
 class="externalLink" >PGP</a>
+             <br/>
+             Binary Distribution
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_3_1/XmlSchema-1.3.1-bin.zip";
 class="externalLink">zip</a>
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_3_1/XmlSchema-1.3.1-bin.zip.md5";
 class="externalLink">MD5</a>
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_3_1/XmlSchema-1.3.1-bin.zip.asc";
 class="externalLink">
+             PGP</a>
+             <br/>
+             Documents Distribution
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_3_1/XmlSchema-1.3.1-docs.zip";
 class="externalLink">zip</a>
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_3_1/XmlSchema-1.3.1-docs.zip.md5";
 class="externalLink" >MD5</a>
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_3_1/XmlSchema-1.3.1-docs.zip.asc";
 class="externalLink">
+             PGP</a>
+             <br/>
+             </td>
+              <td>12 - 04 - 2007</td>
+              <td>1.3.1 Release (Mirrored)</td>
+            </tr>
+            <tr class="b">
+              <td align="center" valign="middle">
+               1.2
+             </td>
+              <td align="center">Release</td>
+              <td>Source Distribution
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_2/XmlSchema-1.2-src.zip";
 class="externalLink">zip</a>
+             
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_2/XmlSchema-1.2-src.zip.md5";
 class="externalLink" >MD5</a>
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_2/XmlSchema-1.2-src.zip.asc";
 class="externalLink" >PGP</a>
+             <br/>
+             Binary Distribution
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_2/XmlSchema-1.2-bin.zip";
 class="externalLink">zip</a>
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_2/XmlSchema-1.2-bin.zip.md5";
 class="externalLink" >MD5</a>
+             <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_2/XmlSchema-1.2-bin.zip.asc";
 class="externalLink">
+             PGP</a>
+             <br/>
+             </td>
+              <td>13 - 11 - 2006</td>
+              <td>1.2 Release (Mirrored)</td>
+            </tr>
+            <tr class="b">
+              <td align="center" valign="middle">
+               1.1
+             </td>
+              <td align="center">Release</td>
+              <td>Source Distribution
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_1/XmlSchema-1.1-src.zip";
 class="externalLink">zip</a>
+
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_1/XmlSchema-1.1-src.zip.md5";
 class="externalLink">MD5</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_1/XmlSchema-1.1-src.zip.asc";
 class="externalLink">PGP</a>
+                                <br/>
+                                Binary Distribution
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_1/XmlSchema-1.1-bin.zip";
 >zip</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_1/XmlSchema-1.1-bin.zip.md5";
 class="externalLink">MD5</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_1/XmlSchema-1.1-bin.zip.asc";
 class="externalLink">
+                                    PGP</a>
+
+                                <br/>
                             </td>
-                            <td align="center">Release</td>
-                            <td>Source Distribution
-          <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_6%2FXmlSchema-1.4.6-src.zip";
 rel="nofollow">zip</a>
-                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_6%2FXmlSchema-1.4.6-src.zip.asc";
 rel="nofollow">PGP</a>
-                 <br/>
-                 Binary Distribution
-                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_6%2FXmlSchema-1.4.6-bin.zip";
 rel="nofollow">zip</a>
-                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_6%2FXmlSchema-1.4.6-bin.zip.asc";
 rel="nofollow">PGP</a>
-                 <br/>
-                 Documents Distribution
-                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_6%2FXmlSchema-1.4.6-docs.zip";
 rel="nofollow">zip</a>
-                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_6%2FXmlSchema-1.4.6-docs.zip.asc";
 rel="nofollow">PGP</a>
-                 <br/>
-                         </td>
-                            <td>2010 - 04 - 28</td>
-                            <td>1.4.6 Release (Mirrored)</td>
-                        </tr>
-                        <tr class="b">
-                            <td align="center" valign="middle">
-                             1.4.5
+              <td>18 - 09 - 2006</td>
+              <td>1.1 Release (Mirrored)</td>
+            </tr>
+            <tr class="b">
+              <td align="center" valign="middle">
+                                1.0.3
                             </td>
-                            <td align="center">Release</td>
-                            <td>Source Distribution
-          <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_5/XmlSchema-1.4.5-src.zip";
 rel="nofollow">zip</a>
-          <a 
href="http://www.apache.org/dist/ws/commons/XmlSchema/1_4_5/XmlSchema-1.4.5-src.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%21_4_5/XmlSchema-1.4.5-src.zip.asc";
 rel="nofollow">PGP</a>
-                                 <br/>
-                                 Binary Distribution
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_5/XmlSchema-1.4.5-bin.zip";
 rel="nofollow">zip</a>
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_5/XmlSchema-1.4.5-bin.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_5/XmlSchema-1.4.5-bin.zip.asc";
 rel="nofollow">
-                                          PGP</a>
-                                 <br/>
-                                 Documents Distribution
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_5/XmlSchema-1.4.5-docs.zip";
 rel="nofollow">zip</a>
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_5/XmlSchema-1.4.5-docs.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_5/XmlSchema-1.4.5-docs.zip.asc";
 rel="nofollow">
-                                          PGP</a>
-                                 <br/>
-                                 </td>
-                            <td>2009 - 04 - 18</td>
-                            <td>1.4.5 Release (Mirrored)</td>
-                        </tr>
-                        <tr class="b">
-                            <td align="center" valign="middle">
-                             1.4.4
+              <td align="center">Release</td>
+              <td>Source Distribution
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_3/XmlSchema-1.0.3-src.zip";
  class="externalLink">zip</a>
+
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_3/XmlSchema-1.0.3-src.zip.md5";
 class="externalLink">MD5</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_3/XmlSchema-1.0.3-src.zip.asc";
 class="externalLink">PGP</a>
+                                <br/>
+                                Binary Distribution
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_3/XmlSchema-1.0.3-bin.zip";
 class="externalLink">zip</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_3/XmlSchema-1.0.3-bin.zip.md5";
 class="externalLink">MD5</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_3/XmlSchema-1.0.3-bin.zip.asc";
 class="externalLink" >
+                                    PGP</a>
+
+                                <br/>
                             </td>
-                            <td align="center">Release</td>
-                            <td>Source Distribution
-          <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_4/XmlSchema-1.4.4-src.zip";
 rel="nofollow">zip</a>
-          <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_4/XmlSchema-1.4.4-src.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_4/XmlSchema-1.4.4-src.zip.asc";
 rel="nofollow">PGP</a>
-                                 <br/>
-                                 Binary Distribution
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_4/XmlSchema-1.4.4-bin.zip";
 rel="nofollow">zip</a>
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_4/XmlSchema-1.4.4-bin.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_4/XmlSchema-1.4.4-bin.zip.asc";
 rel="nofollow">
-                                          PGP</a>
-                                 <br/>
-                                 Documents Distribution
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_4/XmlSchema-1.4.4-docs.zip";
 rel="nofollow">zip</a>
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_4/XmlSchema-1.4.4-docs.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_4/XmlSchema-1.4.4-docs.zip.asc";
 rel="nofollow">
-                                          PGP</a>
-                                 <br/>
-                                 </td>
-                            <td>2009 - 03 - 06</td>
-                            <td>1.4.4 Release (Mirrored)</td>
-                        </tr>
-                        <tr class="b">
-                            <td align="center" valign="middle">
-                             1.4.3
+              <td>13- 05 - 2006</td>
+              <td>1.0.3 Release (Archived)
                             </td>
-                            <td align="center">Release</td>
-                            <td>Source Distribution
-                                <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_3/XmlSchema-1.4.3-src.zip";
 rel="nofollow">zip</a>
-
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_3/XmlSchema-1.4.3-src.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_3/XmlSchema-1.4.3-src.zip.asc";
 rel="nofollow">PGP</a>
-                                 <br/>
-                                 Binary Distribution
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_3/XmlSchema-1.4.3-bin.zip";
 rel="nofollow">zip</a>
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_3/XmlSchema-1.4.3-bin.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_3/XmlSchema-1.4.3-bin.zip.asc";
 rel="nofollow">
-                                          PGP</a>
-                                 <br/>
-                                 Documents Distribution
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_3/XmlSchema-1.4.3-docs.zip";
 rel="nofollow">zip</a>
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_3/XmlSchema-1.4.3-docs.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_3/XmlSchema-1.4.3-docs.zip.asc";
 rel="nofollow">
-                                          PGP</a>
-                                 <br/>
-                                 </td>
-                            <td>12 - 11 - 2008</td>
-                            <td>1.4.3 Release (Mirrored)</td>
-                        </tr>
-                        <tr class="b">
-                            <td align="center" valign="middle">
-                             1.4.2
+            </tr>
+            <tr class="b">
+              <td align="center" valign="middle">
+                                1.0.2
                             </td>
-                            <td align="center">Release</td>
-                            <td>Source Distribution
-                                <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_2/XmlSchema-1.4.2-src.zip";
 rel="nofollow">zip</a>
-
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_2/XmlSchema-1.4.2-src.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_2/XmlSchema-1.4.2-src.zip.asc";
 rel="nofollow">PGP</a>
-                                 <br/>
-                                 Binary Distribution
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_2/XmlSchema-1.4.2-bin.zip";
 rel="nofollow">zip</a>
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_2/XmlSchema-1.4.2-bin.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_2/XmlSchema-1.4.2-bin.zip.asc";
 rel="nofollow">
-                                          PGP</a>
-                                 <br/>
-                                 Documents Distribution
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_2/XmlSchema-1.4.2-docs.zip";
 rel="nofollow">zip</a>
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_2/XmlSchema-1.4.2-docs.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://www.apache.org/dyn/closer.cgi?path=%2Fws%2Fcommons%2FXmlSchema%2F1_4_2/XmlSchema-1.4.2-docs.zip.asc";
 rel="nofollow">
-                                          PGP</a>
-                                 <br/>
-                                 </td>
-                            <td>04 - 21 - 2008</td>
-                            <td>1.4.2 Release (Mirrored)</td>
-                        </tr>
-                        <tr class="b">
-                            <td align="center" valign="middle">
-                             1.4.1
+              <td align="center">Release</td>
+              <td>Source Distribution
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_2/XmlSchema-1.0.2-src.zip";
 class="externalLink">zip</a>
+
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_2/XmlSchema-1.0.2-src.zip.md5";
 class="externalLink">
+                                    MD5</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_2/XmlSchema-1.0.2-src.zip.asc";
 class="externalLink">
+                                    PGP</a>
+                                <br/>
+                                Binary Distribution
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_2/XmlSchema-1.0.2-bin.zip";
 >
+                                    zip</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_2/XmlSchema-1.0.2-bin.zip.md5";
 class="externalLink" >
+                                    MD5</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_2/XmlSchema-1.0.2-bin.zip.asc";
 class="externalLink" >
+                                    PGP</a>
+
+                                <br/>
                             </td>
-                            <td align="center">Release</td>
-                            <td>Source Distribution
-                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_4_1/XmlSchema-1.4.1-src.zip";
 rel="nofollow">zip</a>
-
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_4_1/XmlSchema-1.4.1-src.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_4_1/XmlSchema-1.4.1-src.zip.asc";
 rel="nofollow">PGP</a>
-                                 <br/>
-                                 Binary Distribution
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_4_1/XmlSchema-1.4.1-bin.zip";
 rel="nofollow">zip</a>
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_4_1/XmlSchema-1.4.1-bin.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_4_1/XmlSchema-1.4.1-bin.zip.asc";
 rel="nofollow">
-                                          PGP</a>
-                                 <br/>
-                                 Documents Distribution
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_4_1/XmlSchema-1.4.1-docs.zip";
 rel="nofollow">zip</a>
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_4_1/XmlSchema-1.4.1-docs.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_4_1/XmlSchema-1.4.1-docs.zip.asc";
 rel="nofollow">
-                                          PGP</a>
-                                 <br/>
-                                 </td>
-                            <td>04 - 09 - 2008</td>
-                            <td>1.4.1 Release (Mirrored)</td>
-                        </tr>
-                        <tr class="b">
-                            <td align="center" valign="middle">
-                             1.3.2
+              <td>30 - 04 - 2006</td>
+              <td>1.0.2 Release (Archived)</td>
+            </tr>
+            <tr class="b">
+              <td align="center" valign="middle">
+                                1.0.1
                             </td>
-                            <td align="center">Release</td>
-                            <td>Source Distribution
-                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_4/XmlSchema-1.4-src.zip";
 rel="nofollow">zip</a>
-
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_3_2/XmlSchema-1.4-src.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_4/XmlSchema-1.4-src.zip.asc";
 rel="nofollow">PGP</a>
-                                 <br/>
-                                 Binary Distribution
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_4/XmlSchema-1.4-bin.zip";
 rel="nofollow">zip</a>
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_4/XmlSchema-1.4-bin.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_4/XmlSchema-1.4-bin.zip.asc";
 rel="nofollow">
-                                          PGP</a>
-                                 <br/>
-                                 Documents Distribution
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_4/XmlSchema-1.4-docs.zip";
 rel="nofollow">zip</a>
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_4/XmlSchema-1.4-docs.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_4/XmlSchema-1.4-docs.zip.asc";
 rel="nofollow">
-                                          PGP</a>
-                                 <br/>
-                                 </td>
-                            <td>24 - 07 - 2007</td>
-                            <td>1.3.2 Release (Mirrored)</td>
-                        </tr>
-                        <tr class="b">
-                            <td align="center" valign="middle">
-                             1.3.2
+              <td align="center">Release</td>
+              <td>Source Distribution
+                                <a 
href="http://archive.apache.org/dist/ws/XmlSchema/XmlSchema/1_0_1/XmlSchema-1.0.1-src.zip";
+                                  class="externalLink">
+                                    zip</a>
+
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_1/XmlSchema-1.0.1-src.zip.md5";
 class="externalLink">
+                                    MD5</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_1/XmlSchema-1.0.1-src.zip.asc";
 class="externalLink" >
+                                    PGP</a>
+                                <br/>
+                                Binary Distribution
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_1/XmlSchema-1.0.1-bin.zip";
 
+                                  class="externalLink">zip</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_1/XmlSchema-1.0.1-bin.zip.md5";
 class="externalLink" >
+                                    MD5</a>
+                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_1/XmlSchema-1.0.1-bin.zip.asc";
 class="externalLink">
+                                    PGP</a>
+
+                                <br/>
                             </td>
-                            <td align="center">Release</td>
-                            <td>Source Distribution
-                                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_3_2/XmlSchema-1.3.2-src.zip";
 rel="nofollow">zip</a>
-
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_3_2/XmlSchema-1.3.2-src.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_3_1/XmlSchema-1.3.2-src.zip.asc";
 rel="nofollow">PGP</a>
-                                 <br/>
-                                 Binary Distribution
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_3_2/XmlSchema-1.3.2-bin.zip";
 rel="nofollow">zip</a>
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_3_2/XmlSchema-1.3.2-bin.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_3_2/XmlSchema-1.3.2-bin.zip.asc";
 rel="nofollow">
-                                          PGP</a>
-                                 <br/>
-                                 Documents Distribution
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_3_2/XmlSchema-1.3.2-docs.zip";
 rel="nofollow">zip</a>
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_3_2/XmlSchema-1.3.2-docs.zip.md5";
 rel="nofollow">MD5</a>
-                                 <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_3_1/XmlSchema-1.3.2-docs.zip.asc";
 rel="nofollow">
-                                          PGP</a>
-                                 <br/>
-                                 </td>
-                            <td>24 - 07 - 2007</td>
-                            <td>1.3.2 Release (Mirrored)</td>
-                        </tr>
-                        <tr class="b">
-                            <td align="center" valign="middle">
-                 1.3.1
-                </td>
-                            <td align="center">Release</td>
-                            <td>Source Distribution
-                    <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_3_1/XmlSchema-1.3.1-src.zip";
 rel="nofollow">zip</a>
-
-                     <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_3_1/XmlSchema-1.3.1-src.zip.md5";
 rel="nofollow">MD5</a>
-                     <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_3_1/XmlSchema-1.3.1-src.zip.asc";
 rel="nofollow">PGP</a>
-                     <br/>
-                     Binary Distribution
-                     <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_3_1/XmlSchema-1.3.1-bin.zip";
 rel="nofollow">zip</a>
-                     <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_3_1/XmlSchema-1.3.1-bin.zip.md5";
 rel="nofollow">MD5</a>
-                     <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_3_1/XmlSchema-1.3.1-bin.zip.asc";
 rel="nofollow">
-                              PGP</a>
-                     <br/>
-                     Documents Distribution
-                     <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_3_1/XmlSchema-1.3.1-docs.zip";
 rel="nofollow">zip</a>
-                     <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_3_1/XmlSchema-1.3.1-docs.zip.md5";
 rel="nofollow">MD5</a>
-                     <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_3_1/XmlSchema-1.3.1-docs.zip.asc";
 rel="nofollow">
-                              PGP</a>
-                     <br/>
-                     </td>
-                            <td>12 - 04 - 2007</td>
-                            <td>1.3.1 Release (Mirrored)</td>
-                        </tr>
-                        <tr class="b">
-                            <td align="center" valign="middle">
-                 1.2
-                </td>
-                            <td align="center">Release</td>
-                            <td>Source Distribution
-                    <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_2/XmlSchema-1.2-src.zip";
 rel="nofollow">zip</a>
-
-                     <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_2/XmlSchema-1.2-src.zip.md5";
 rel="nofollow">MD5</a>
-                     <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_2/XmlSchema-1.2-src.zip.asc";
 rel="nofollow">PGP</a>
-                     <br/>
-                     Binary Distribution
-                     <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_2/XmlSchema-1.2-bin.zip";
 rel="nofollow">zip</a>
-                     <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_2/XmlSchema-1.2-bin.zip.md5";
 rel="nofollow">MD5</a>
-                     <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_2/XmlSchema-1.2-bin.zip.asc";
 rel="nofollow">
-                              PGP</a>
-
-                     <br/>
-                     </td>
-                            <td>13 - 11 - 2006</td>
-                            <td>1.2 Release (Mirrored)</td>
-                        </tr>
-                        <tr class="b">
-                            <td align="center" valign="middle">
-                1.1
-              </td>
-                            <td align="center">Release</td>
-                            <td>Source Distribution
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_1/XmlSchema-1.1-src.zip";
 rel="nofollow">zip</a>
-
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_1/XmlSchema-1.1-src.zip.md5";
 rel="nofollow">MD5</a>
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_1/XmlSchema-1.1-src.zip.asc";
 rel="nofollow">PGP</a>
-                <br/>
-                Binary Distribution
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_1/XmlSchema-1.1-bin.zip";
 rel="nofollow">zip</a>
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_1/XmlSchema-1.1-bin.zip.md5";
 rel="nofollow">MD5</a>
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/XmlSchema/1_1/XmlSchema-1.1-bin.zip.asc";
 rel="nofollow">
-                  PGP</a>
-
-                <br/>
-              </td>
-                            <td>18 - 09 - 2006</td>
-                            <td>1.1 Release (Mirrored)</td>
-                        </tr>
-                        <tr class="b">
-                            <td align="center" valign="middle">
-                1.0.3
-              </td>
-                            <td align="center">Release</td>
-                            <td>Source Distribution
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_3/XmlSchema-1.0.3-src.zip";
 rel="nofollow">zip</a>
-
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_3/XmlSchema-1.0.3-src.zip.md5";
 rel="nofollow">MD5</a>
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_3/XmlSchema-1.0.3-src.zip.asc";
 rel="nofollow">PGP</a>
-                <br/>
-                Binary Distribution
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_3/XmlSchema-1.0.3-bin.zip";
 rel="nofollow">zip</a>
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_3/XmlSchema-1.0.3-bin.zip.md5";
 rel="nofollow">MD5</a>
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_3/XmlSchema-1.0.3-bin.zip.asc";
 rel="nofollow">
-                  PGP</a>
-
-                <br/>
-              </td>
-                            <td>13- 05 - 2006</td>
-                            <td>1.0.3 Release (Archived)
-              </td>
-                        </tr>
-                        <tr class="b">
-                            <td align="center" valign="middle">
-                1.0.2
-              </td>
-                            <td align="center">Release</td>
-                            <td>Source Distribution
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_2/XmlSchema-1.0.2-src.zip";
 rel="nofollow">zip</a>
-
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_2/XmlSchema-1.0.2-src.zip.md5";
 rel="nofollow">
-                  MD5</a>
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_2/XmlSchema-1.0.2-src.zip.asc";
 rel="nofollow">
-                  PGP</a>
-                <br/>
-                Binary Distribution
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_2/XmlSchema-1.0.2-bin.zip";
 rel="nofollow">
-                  zip</a>
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_2/XmlSchema-1.0.2-bin.zip.md5";
 rel="nofollow">
-                  MD5</a>
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_2/XmlSchema-1.0.2-bin.zip.asc";
 rel="nofollow">
-                  PGP</a>
-
-                <br/>
-              </td>
-                            <td>30 - 04 - 2006</td>
-                            <td>1.0.2 Release (Archived)</td>
-                        </tr>
-                        <tr class="b">
-                            <td align="center" valign="middle">
-                1.0.1
-              </td>
-                            <td align="center">Release</td>
-                            <td>Source Distribution
-                <a 
href="http://archive.apache.org/dist/ws/XmlSchema/XmlSchema/1_0_1/XmlSchema-1.0.1-src.zip";
 rel="nofollow">
-                  zip</a>
-
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_1/XmlSchema-1.0.1-src.zip.md5";
 rel="nofollow">
-                  MD5</a>
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_1/XmlSchema-1.0.1-src.zip.asc";
 rel="nofollow">
-                  PGP</a>
-                <br/>
-                Binary Distribution
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_1/XmlSchema-1.0.1-bin.zip";
 rel="nofollow">zip</a>
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_1/XmlSchema-1.0.1-bin.zip.md5";
 rel="nofollow">
-                  MD5</a>
-                <a 
href="http://archive.apache.org/dist/ws/commons/XmlSchema/1_0_1/XmlSchema-1.0.1-bin.zip.asc";
 rel="nofollow">
-                  PGP</a>
-
-                <br/>
-              </td>
-                            <td>13 - 04 - 2006</td>
-                            <td>1.0.1 Release (Archived)</td>
-                        </tr>
-                    </tbody>
-                </table>
-            </div>
-        </section>
-    </body>
+              <td>13 - 04 - 2006</td>
+              <td>1.0.1 Release (Archived)</td>
+            </tr>
+          </tbody>
+        </table>
+      </div>
+    </section>
+  </body>
 </document>


Reply via email to