<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>announcements@xml.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/xml-announcements/"/>
<id>http://mail-archives.apache.org/mod_mbox/xml-announcements/</id>
<updated>2009-12-10T00:30:32Z</updated>
<entry>
<title>Xerces-C++ 3.0.1 released</title>
<author><name>Boris Kolpackov &lt;boris@codesynthesis.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200902.mbox/%3cboris.20090219153413@codesynthesis.com%3e"/>
<id>urn:uuid:%3cboris-20090219153413@codesynthesis-com%3e</id>
<updated>2009-02-19T13:34:49Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,

I am pleased to announce the release of Xerces-C++ 3.0.1. This
version is binary-compatible with Xerces-C++ 3.0.0 and contains
the following bug fixes and minor enhancements:

 * More robust handling of leading/trailing whitespaces (XERCESC-1838). 
 * Minor documentation updates, including a fix for XERCESC-1848. 
 * Add --disable-rpath configure option. 
 * Remove class name from method declaration (XERCESC-1850). 
 * Fix a bug in the socket and winsock net accessors when a redirection 
   response does not contain a "Location" header. 
 * Make XMLMutex use the correct MemoryManager when it closes its mutex. 
 * Documentation fixes (XERCESC-1841). 
 * Force Borland projects to use CRLF EOL. 
 * The wrong constructor was called, causing a memory leak (XERCESC-1840). 
 * Fix memory leak (XERCESC-1834). 

This release is available in source code and as pre-compiled
libraries/examples for the following platforms and architectures:

32 bit:

   Windows - MSVC 7.1
   Windows - MSVC 8.0
   Windows - MSVC 9.0
   GNU/Linux - g++ 3.4.x
   AIX 5.3 - xlC 7
   Solaris 10 - Sun C++ 5.7, both SPARC and x86
   HP-UX 11i - aCC A.06.x, IA64
   Mac OS X - g++ 4.0, both PowerPC and x86

64 bit:

   Windows - MSVC 8.0
   Windows - MSVC 9.0
   GNU/Linux - g++ 3.4.x
   AIX 5.3 - xlC 7
   Solaris 10 - Sun C++ 5.7, both SPARC and x86-64
   HP-UX 11i - aCC A.06.x, IA64

The source code archives and pre-compiled libraries are available
from the download page:


http://xerces.apache.org/xerces-c/download.cgi


Note that it takes up to 24 hours for the release to propagate
to all the mirrors so use the master distribution directory if
the files are not yet available on your favorite mirror. It is
important that you verify the integrity of the files you download
using either the PGP signatures or MD5 checksums as described on
the download page.

Enjoy,
	Boris

-- 
Boris Kolpackov, Code Synthesis Tools   http://codesynthesis.com/~boris/blog
Open source XML data binding for C++:   http://codesynthesis.com/products/xsd
Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde


</pre>
</div>
</content>
</entry>
<entry>
<title>Xerces-C++ 3.0.0 released</title>
<author><name>Boris Kolpackov &lt;boris@codesynthesis.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200809.mbox/%3c20080929181940.GA11593@karelia%3e"/>
<id>urn:uuid:%3c20080929181940-GA11593@karelia%3e</id>
<updated>2008-09-29T18:19:40Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,

I am pleased to announce the release of Xerces-C++ 3.0.0. This
version is interface-incompatible with Xerces-C++ 2.8.0 and
contains a large number of improvements, bug fixes, and clean-
ups, including:

  * Autotools-based build system for the UNIX/Linux/Mac OS X platforms
  * Project files for VC++ 9
  * Support for the ICU transcoder in VC++ 7.1, 8, and 9 project files
  * libcurl-based net accessor
  * Support for XInclude in DOM
  * Support for both XPath 1 and XPath 2 models in the DOM XPath interface
  * Support for the XML Schema subset of XPath 1 in DOM
  * Conformance to the final DOM Level 3 interface specification
  * Ability to provide custom DOM memory manager as well as tune the global 
    DOM heap parameters
  * All public and widely used interfaces as well as a large portion of the 
    implementation were converted to be 64-bit safe.
  * Various XML Schema fixes including the fix for the large maxOccurs and 
    minOccurs bug as well as for the changed ##other interpretation
  * Reviewed and cleaned up diagnostics messages
  * Optimizations for SAX/SAX2 and DOM parsing as well as XML Schema 
    validation

For the compete list of changes see:


http://xerces.apache.org/xerces-c/releases.html


For information on migrating from 2.8.0 to 3.0.0 see:


http://xerces.apache.org/xerces-c/migrate-3.html


This release is available in source code and as pre-compiled
libraries/examples for the following platforms and architectures:

32 bit:

   Windows - MSVC 7.1
   Windows - MSVC 8.0
   Windows - MSVC 9.0
   GNU/Linux - g++ 3.4.x
   AIX 5.3 - xlC 7
   Solaris 10 - Sun C++ 5.7, both SPARC and x86
   HP-UX 11i - aCC A.06.x, IA64
   Mac OS X - g++ 4.0, both PowerPC and x86

64 bit:

   Windows - MSVC 8.0
   Windows - MSVC 9.0
   GNU/Linux - g++ 3.4.x
   AIX 5.3 - xlC 7
   Solaris 10 - Sun C++ 5.7, both SPARC and x86-64
   HP-UX 11i - aCC A.06.x, IA64

The source code archives and pre-compiled libraries are available
from the download page:


http://xerces.apache.org/xerces-c/download.cgi


Note that it takes up to 24 hours for the release to propagate
to all the mirrors so use the master distribution directory if
the files are not yet available on your favorite mirror. It is
important that you verify the integrity of the files you download
using either the PGP signatures or MD5 checksums as described on
the download page.

Finally I would like to thank all who contributed source code, 
submitted bug reports, and helped test the beta releases. I
would like to especially thank Alberto Massari for his help
in getting this release out.


Enjoy,
	Boris

-- 
Boris Kolpackov, Code Synthesis Tools   http://codesynthesis.com/~boris/blog
Open source XML data binding for C++:   http://codesynthesis.com/products/xsd
Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANN] Apache Cocoon 2.1.11 Released</title>
<author><name>Carsten Ziegeler &lt;cziegeler@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200801.mbox/%3c478505B8.9010605@apache.org%3e"/>
<id>urn:uuid:%3c478505B8-9010605@apache-org%3e</id>
<updated>2008-01-09T17:34:48Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Apache Cocoon 2.1.11 Released
-----------------------------

   The Apache Cocoon Community is proud to announce the new release
   of Apache Cocoon.

   Apache Cocoon is a web development framework built around the concept
   of separation of concerns (that is: allowing people to do their job
   without having to step on each other toes) and component-oriented web
   RAD.

   The latest version is downloadable from
   http://cocoon.apache.org/mirror.cgi
   (Please use the mirrors to download the release - it might take
   a little bit more time until the latest release is available on
   all mirrors, so give the mirrors some time - approx. 24h to update.)

   This release includes many bug fixes and smaller enhancements.

   For more information about Apache Cocoon 2.1.10, please go to
   http://cocoon.apache.org. You'll find the whole list of changes at
   http://cocoon.apache.org/2.1/changes.html.

The Apache Cocoon Project


-- 
Carsten Ziegeler
cziegeler@apache.org


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCEMENT] Apache Xindice 1.2m1 released</title>
<author><name>Vadim Gritsenko &lt;vadim@reverycodes.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200712.mbox/%3c87BC823D-891E-4287-8DFF-597955AAEA26@reverycodes.com%3e"/>
<id>urn:uuid:%3c87BC823D-891E-4287-8DFF-597955AAEA26@reverycodes-com%3e</id>
<updated>2007-12-11T02:45:03Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache Xindice team is pleased to announce immediate availability  
of the new release of Xindice native XML database, Apache Xindice 1.2m1.

This is the first milestone in the 1.2 series of releases and is  
intended to serve as developer's preview of new features which will be  
part of 1.2 final release. Specifically, 1.2m1 introduces:

   * New web based administration console;
   * Read and write database access via WebDAV API;
   * Full text indexing and querying of Xindice collections using  
Lucene;
   * Full text search extension for XPath query language;
   * as well as few bug fixes and enhancements.

Complete list of changes can be found here:

   http://xml.apache.org/xindice/changes.html


Xindice now comes in only two forms of distributions - source and
binary, which is compiled with JDK 1.4, and available from the
download page:

   http://xml.apache.org/xindice/download.cgi


Please send your comments and suggestions to the Xindice mailing
lists. Bug reports and patches are accepted via Bugzilla:

   http://issues.apache.org/bugzilla/


Regards,
Vadim


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANN] Apache Cocoon 2.1.9 Released</title>
<author><name>Carsten Ziegeler &lt;cziegeler@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200604.mbox/%3c4437F229.1070407@apache.org%3e"/>
<id>urn:uuid:%3c4437F229-1070407@apache-org%3e</id>
<updated>2006-04-08T17:26:01Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Apache Cocoon 2.1.9 Released
----------------------------

  The Apache Cocoon Community is proud to announce the new release
  of Apache Cocoon.

  Apache Cocoon is a web development framework built around the concept
  of separation of concerns (that is: allowing people to do their job
  without having to step on each other toes) and component-oriented web
  RAD.

  The latest version is downloadable from
  http://cocoon.apache.org/mirror.cgi
  (Please use the mirrors to download the release - it might take
  a little bit more time until the latest release is available on
  all mirrors, so give the mirrors some time - approx. 24h to update.)

  This release includes many bug fixes and smaller enhancements.

  For more information about Apache Cocoon 2.1.9, please go to
  http://cocoon.apache.org. You'll find the whole list of changes at
  http://cocoon.apache.org/2.1/changes.html.

The Apache Cocoon Project


-- 
Carsten Ziegeler - Open Source Group, S&amp;N AG
http://www.s-und-n.de
http://www.osoco.org/weblogs/rael/


</pre>
</div>
</content>
</entry>
<entry>
<title>Java XML-Security 1.3 finally released.</title>
<author><name>Raul Benito &lt;raul@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200511.mbox/%3c949ac9410511250939s6db40471s4599341e7bfc7fe5@mail.gmail.com%3e"/>
<id>urn:uuid:%3c949ac9410511250939s6db40471s4599341e7bfc7fe5@mail-gmail-com%3e</id>
<updated>2005-11-25T17:39:31Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi All,
  The Xml Security Team can finally announce the 1.3 release of the
java XML-Security library.
  The main changes in this release are:
    * Better performance &amp; memory utilization.
    * Bug fixes.
  The detailed changelog can be found here:
http://xml.apache.org/security/changes.html

  Thanks to everyone involved.

The XML Security Team


</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] XML-Security C++ 1.2 released</title>
<author><name>Berin Lautenbach &lt;berin@wingsofhermes.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200506.mbox/%3c42BDF03F.9020801@wingsofhermes.org%3e"/>
<id>urn:uuid:%3c42BDF03F-9020801@wingsofhermes-org%3e</id>
<updated>2005-06-26T00:01:03Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
We are pleased to announce the release of version 1.2 of the Apache 
Software Foundation's C++ XML-Security library.

This release includes a number of bug-fixes, together with beta support 
for the proposed XML Key Management Specification 2.0 (XKMS [1]) standard.

Full details of changes can be found in the project's changelog [2]. 
More information on the C++ library can be found at the project's 
website [3].

Cheers,
	Berin

[1] http://www.w3.org/TR/xkms2/
[2] http://xml.apache.org/security/changes.html
[3] http://xml.apache.org/security/c/index.html



</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] Apache Forrest 0.7</title>
<author><name>Ferdinand Soethe &lt;ferdinand@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200506.mbox/%3c73296888.20050623232200@soethe.net%3e"/>
<id>urn:uuid:%3c73296888-20050623232200@soethe-net%3e</id>
<updated>2005-06-23T21:22:00Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>


Apache Forrest is pleased to release the new version: apache-forrest-0.7
http://forrest.apache.org/mirrors.cgi

Apache Forrest is a publishing framework that transforms
input from various sources into a unified presentation
in one or more output formats. The modular and extensible
plugin architecture is based on Apache Cocoon and relevant
standards, which separates presentation from content.
Forrest can generate static documents, or be used as a
dynamic server, or be deployed by its automated facility.

New features in this version include
------------------------------------

  * An architecture for Plugins which enables a smaller Forrest
    core and the ability to add new features in a modular way.

Important Changes Code Base
---------------------------

  * [Icon: add] Added org.apache.forrest.plugin.input.dtdx plugin by moving
    functionality out of the core. Generates DTD documentation using a
    custom Cocoon Generator. (DC) Fixes FOR-389 [Link:
    http://issues.apache.org/bugzilla/buglist.cgi?bug_id=FOR-389].
  * [Icon: add] Added a plugin to handle input documents from Microsoft
    Excel. (RDG) Thanks to Johannes Schaefer. Fixes FOR-373 [Link:
    http://issues.apache.org/bugzilla/buglist.cgi?bug_id=FOR-373].
  * [Icon: add] Added external plugin POD-input to allow Plain Old
    Documentation (POD) files to be included in a Forrest site. (RDG)
    Thanks to Ron Blaschke.
  * [Icon: add] Moved POD output from the common skin to its own plugin.
    (RFT)
  * [Icon: add] Added a text-output plugin. (RFT) Fixes FOR-125 [Link:
    http://issues.apache.org/bugzilla/buglist.cgi?bug_id=FOR-125].
  * [Icon: add] Added photoGallery plugin. (RDG) Thanks to JÃ¶rg Werner.
    Fixes FOR-387 [Link:
    http://issues.apache.org/bugzilla/buglist.cgi?bug_id=FOR-387].
  * [Icon: add] Enable sitemap plugins. Plugins allow Forrest to have
    functionality added through the addition of small code blocks
    (plugins). Plugins are downloaded automatically when a site that
    requires them is built. See Extending Forrest with Plugins [Link:
    pluginDocs/plugins_0_80/usingPlugins.html]. (RDG)
  * [Icon: add] The brokenlinks file now contains referer information.
    Upgraded lib/core/cocoon.jar and added attribute "show-referrers" to
    the Cocoon cli.xconf (DC) Thanks to Upayavira. Fixes FOR-204 [Link:
    http://issues.apache.org/bugzilla/buglist.cgi?bug_id=FOR-204].
  * [Icon: remove] Merge xdocs and raw files in the same directory
    src/document/content/xdocs (JJP)
  * [Icon: update] Enhanced the Message of the Day (MOTD) facility. See
    skinconf.xml from a "seed" site for configuration details. Append a
    small text string after html title. Add text to a panel on the page.
    Select different messages depending on the URI string pattern. To use
    it, declare skinconfig-v07-1.dtd in your skinconf.xml file. (DC)
  * [Icon: update] Reinstate error reporting for broken "site:" and "ext:"
    links which are due to missing entries in site.xml or typos in site:
    links. The text "error:" is also prepended. This is a workaround for
    bug FOR-284 "link rewriting broken when linking to xml source views
    which contain site: links". This latter issue is handled by the core.
    However, if your project uses a Cocoon cli.xconf [Link:
    docs_0_70/faq.html#cli-xconf] then you will need add the same "exclude"
    entries. (DC) Fixes FOR-284 [Link:
    http://issues.apache.org/bugzilla/buglist.cgi?bug_id=FOR-284].
  * [Icon: update] Moved status "changes" and "todo" page generation to the
    org.apache.forrest.plugin.input.projectInfo plugin. (RDG)
  * [Icon: update] Java 1.4 is required [Link:
    docs_0_70/faq.html#requirements] starting with Forrest-0.7-dev (DC)

Important Changes Documentation
-------------------------------

  * [Icon: add] Added How to customize processing of html source [Link:
    docs_0_70/howto/howto-custom-html-source.html] (DC) Thanks to Ferdinand
    Soethe. Fixes FOR-446 [Link:
    http://issues.apache.org/bugzilla/buglist.cgi?bug_id=FOR-446].
  * [Icon: add] Added How-To Run Forrest from Maven [Link:
    docs_0_70/howto/howto-forrest-from-maven.html]. (RDG) Thanks to Ian P.
    Springer. Fixes FOR-369 [Link:
    http://issues.apache.org/bugzilla/buglist.cgi?bug_id=FOR-369].
  * [Icon: add] Added How-To Build a plugin [Link:
    docs_0_70/howto/howto-buildPlugin.html]. (RDG)
  * [Icon: add] Added HowTo about editing CSS [Link:
    docs_0_70/howto/howto-editcss.html] in a WYSIWYG fashion using Mozilla
    Firefox and its Edit-CSS plugin. (RDG) Thanks to Ferdinand Soethe.
  * [Icon: update] Rewrote example of raw content in fresh-site to
    correctly document the behaviour in 0.7. (RDG) Fixes FOR-470 [Link:
    http://issues.apache.org/bugzilla/buglist.cgi?bug_id=FOR-470].
  * [Icon: update] Removed ihtml example from fresh-site and replaced with
    an example of embedded HTML. The use of ihtml is now deprecated in
    favour of embedded HTML. (RDG)
  * [Icon: update] Updated How-To: How to create a PDF document for each
    tab [Link: docs_0_70/howto/howto-pdf-tab.html] to create
    subject-specific aggregated documents. (TS)

Full list of changes: http://forrest.apache.org/docs_0_70/changes.html

Upgrade guide: http://forrest.apache.org/docs_0_70/upgrading_07.html

Thanks for your interest, from the Apache Forrest community.


--
Ferdinand Soethe




</pre>
</div>
</content>
</entry>
<entry>
<title>Ant 1.6.5 released</title>
<author><name>=?ISO-8859-1?Q?Antoine_L=E9vy-Lambert?= &lt;antoine@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200506.mbox/%3c429FE499.1060503@apache.org%3e"/>
<id>urn:uuid:%3c429FE499-1060503@apache-org%3e</id>
<updated>2005-06-03T05:03:21Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello,

I have great pleasure to announce the release of Ant 1.6.5.

Ant 1.6.5 fixes mainly a bug of the Move task which was introduced
between Ant 1.6.2 and Ant 1.6.3.

Have fun using Ant !  :-) 



Cheers,

Antoine




</pre>
</div>
</content>
</entry>
<entry>
<title>Ant 1.6.4 released</title>
<author><name>=?ISO-8859-1?Q?Antoine_L=E9vy-Lambert?= &lt;antoine@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200505.mbox/%3c42916C3F.7070608@apache.org%3e"/>
<id>urn:uuid:%3c42916C3F-7070608@apache-org%3e</id>
<updated>2005-05-23T05:38:07Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 
Hello,

I am glad to announce that Ant 1.6.4 has been released on May, 19th 2005.

This is mainly a bug fix release.

Antoine Levy-Lambert
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
iD8DBQFCkWw/hhTWqyZbTGMRArZBAJ4sIAExCQHjHBHfkZTBTdl/W1lCMwCfcboE
zdWhTpr/pJTP2+1uzObKYEw=
=OZ76
-----END PGP SIGNATURE-----




</pre>
</div>
</content>
</entry>
<entry>
<title>[ANN] Ant 1.6.3 released</title>
<author><name>=?ISO-8859-1?Q?Antoine_L=E9vy-Lambert?= &lt;antoine@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200504.mbox/%3c427118F8.2090608@apache.org%3e"/>
<id>urn:uuid:%3c427118F8-2090608@apache-org%3e</id>
<updated>2005-04-28T17:10:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 
Hello,

Ant 1.6.3 has been uploaded and will be available in the next hours.

There is a large list of fixed bugs and enhancements.

Some of the bugs affecting the embedded use of Ant are fixed.

Cheers,

Antoine Lévy-Lambert
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
iD8DBQFCcRj4hhTWqyZbTGMRAlL1AKChrMPuPYcWjSyuZvnIuA1ZvpKkewCbBV2P
lLqAB52t+DY5ivndUpvpOdM=
=U4qz
-----END PGP SIGNATURE-----




</pre>
</div>
</content>
</entry>
<entry>
<title>[ANN] Apache Cocoon 2.1.7 Released</title>
<author><name>Carsten Ziegeler &lt;cziegeler@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200503.mbox/%3c4242800F.3030108@apache.org%3e"/>
<id>urn:uuid:%3c4242800F-3030108@apache-org%3e</id>
<updated>2005-03-24T08:53:35Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Apache Cocoon 2.1.7 Released
----------------------------

  The Apache Cocoon Community is proud to announce the new release
  of Apache Cocoon. This release is licensed under the Apache License,
  Version 2.0, and builds/run under JDK 5.0.

  Apache Cocoon is a web development framework built around the concept
  of separation of concerns (that is: allowing people to do their job
  without having to step on each other toes) and component-oriented web
  RAD.

  Cocoon implements these concepts around the notion of 'component
  pipelines' modelled after the 'process chain' concept where each
  worker specializes on a particular operation. This makes it possible
  to use a Lego(tm)-like approach in building web solutions where
  these components can be hooked together into pipelines without
  requiring further programming.

  We like to think at Cocoon as "web glue" for your web application
  development needs. But most important, a glue that can keep
  concerns separate and allow parallel evolution of the two sides,
  improving development pace and reducing the chance of conflicts.

  The latest version is downloadable from
  http://cocoon.apache.org/mirror.cgi
  (Please use the mirrors to download the release - it might take
  a little bit more time until the latest release is available on
  all mirrors, so give the mirrors some time - approx. 24h to update.)

  For more information about Apache Cocoon 2.1.7, please go to
  http://cocoon.apache.org.

The Apache Cocoon Project

Carsten


Carsten Ziegeler
Open Source Group, S&amp;N AG
http://www.s-und-n.de
http://www.osoco.org/weblogs/rael/




</pre>
</div>
</content>
</entry>
<entry>
<title>ANNOUNCE: Apache-XML-Security-J 1.2 Library Released</title>
<author><name>&quot;Raul Benito&quot; &lt;raul@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200412.mbox/%3c41987.194.237.142.7.1103029511.squirrel@194.237.142.7%3e"/>
<id>urn:uuid:%3c41987-194-237-142-7-1103029511-squirrel@194-237-142-7%3e</id>
<updated>2004-12-14T13:05:11Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
  The Apache XML Security  Team is proud to announce the release of
Apache-XML-Security-J  Library 1.2. The following improvements were made
to this release:
 * Better speed &amp; memory utilization.
 * Easier JCE integration.


  The Apache-XML-Security-J 1.2 supports XML-Signature Syntax and
Processing,  W3C Recommendation 12 February 2002 and (in beta) XML
Encryption Syntax and Processing, W3C Recommendation 10 December 2002.

  Both binary and source distributions are available from the download
section on  the project site. Please remember to verify the signatures of
the files  you download using the keys found  on the project site to
verify integrity of the package.

For more information on Apache-XML-Security-J, see the XML Security web site.

---The Apache XML Security  Team






</pre>
</div>
</content>
</entry>
<entry>
<title>[ANN] Apache Cocoon 2.1.6 Released</title>
<author><name>&quot;Carsten Ziegeler&quot; &lt;cziegeler@s-und-n.de&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200411.mbox/%3cOFE406FA7C.9773D37D-ONC1256F51.0043C2A4@sundn.de%3e"/>
<id>urn:uuid:%3cOFE406FA7C-9773D37D-ONC1256F51-0043C2A4@sundn-de%3e</id>
<updated>2004-11-19T12:25:00Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Apache Cocoon 2.1.6 Released
----------------------------

  The Apache Cocoon Community is proud to announce the new release
  of Apache Cocoon. This release is licensed under the Apache License,
  Version 2.0.

  Apache Cocoon is a web development framework built around the concept
  of separation of concerns (that is: allowing people to do their job
  without having to step on each other toes) and component-oriented web 
  RAD.

  Cocoon implements these concepts around the notion of 'component
  pipelines' modelled after the 'process chain' concept where each 
  worker specializes on a particular operation. This makes it possible
  to use a Lego(tm)-like approach in building web solutions where
  these components can be hooked together into pipelines without
  requiring further programming.

  We like to think at Cocoon as "web glue" for your web application
  development needs. But most important, a glue that can keep 
  concerns separate and allow parallel evolution of the two sides, 
  improving development pace and reducing the chance of conflicts.    

  The latest version is downloadable from
  http://cocoon.apache.org/mirror.cgi  
  (Please use the mirrors to download the release - it might take
  a little bit more time until the latest release is available on
  all mirrors, so give the mirrors some time - approx. 24h to update.)

  For more information about Apache Cocoon 2.1.6, please go to
  http://cocoon.apache.org. 

The Apache Cocoon Project

Carsten 


Carsten Ziegeler 
Open Source Group, S&amp;N AG
http://www.s-und-n.de
http://www.osoco.net/weblogs/rael/



</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] Apache Forrest 0.6</title>
<author><name>David Crossley &lt;crossley@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200410.mbox/%3c1097844032.4210.14289.camel@ighp%3e"/>
<id>urn:uuid:%3c1097844032-4210-14289-camel@ighp%3e</id>
<updated>2004-10-15T12:40:35Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Apache Forrest is pleased to release the new version: apache-forrest-0.6
http://forrest.apache.org/mirrors.cgi

Apache Forrest is an XML standards-oriented documentation framework
based upon Apache Cocoon, providing XSLT stylesheets and schemas,
images and other resources. Forrest uses these to render the source
content into a website via command-line, robot, or dynamic application.
http://forrest.apache.org/

New features in this version include:

* Uses all resources in-place. No more copying to a separate
build space and so no need to back-copy your changes.
* This provides workflow and productivity improvements.
* Project sitemaps get first chance processing, then pass-through
to core sitemaps. This simplifies management of project sitemaps.
* Project sitemaps provide easy access to the power of Apache Cocoon.
* New skins use CSS rather than tables. Old skins are deprecated.
* Skins are configurable, e.g. with colours and optional features.
* DTD improvements, especially addition of ubiquitous class attribute.
* Forrestbot, robotic build and deploy, has been entirely re-written.

Full list of changes: http://forrest.apache.org/changes.html

Upgrade guide: http://forrest.apache.org/docs/upgrading_06.html

Thanks for your interest, from the Apache Forrest community.



</pre>
</div>
</content>
</entry>
<entry>
<title>Fw: [ANNOUNCEMENT] Xerces-C_2_6_0 released</title>
<author><name>Neil Graham &lt;neilg@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200410.mbox/%3cOFE32C13F4.E91CF024-ON85256F21.000AA5F3-85256F21.000AB9AC@ca.ibm.com%3e"/>
<id>urn:uuid:%3cOFE32C13F4-E91CF024-ON85256F21-000AA5F3-85256F21-000AB9AC@ca-ibm-com%3e</id>
<updated>2004-10-02T01:57:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi all,

For those who might be interested...

Cheers!
Neil
Neil Graham
Manager, XML Parser Development
IBM Toronto Lab
Phone:  905-413-3519, T/L 969-3519
E-mail:  neilg@ca.ibm.com


----- Forwarded by Neil Graham/Toronto/IBM on 10/01/2004 09:56 PM -----

PeiYong PY Zhang/Toronto/IBM@IBMCA wrote on 10/01/2004 06:43:50 PM:

&gt; 
&gt; Hi all, 
&gt; 
&gt; The Xerces-C team is very pleased to announce that Xerces-C 2.6.0 
&gt; has been released today.  Along with many bug fixes, the major 
&gt; features of the new release are: 
&gt; 
&gt; . Reduce footprint of DLL by building the deprecated DOM as a separate 
library
&gt; . Various enhancements to the schema component model API 
&gt; . Improve support for schema annotations, including an option to 
&gt; laxly validate their contents 
&gt; . Bring parser up to the XML 1.0 3rd Edition 
&gt; . Update to the XML 1.1 recommendation 
&gt; . Update Schema Errata 
&gt; . Feature for disabling schema identity constraints 
&gt; . Upgrade to ICU3 .0 
&gt; . Enable the parser to handle elements with a very large number of 
attributes
&gt; 
&gt; For a comprehensive list of features, see "New features in Xerces-
&gt; C++ 2.6.0" [1]; for a complete list of changes, including bugfixes, 
&gt; see "Release Information of Xerces-C++ 2.6.0" [2].  The release 
&gt; should be available from all of the Apache mirrors within 24 hours; 
&gt; the list can be accessed via the Xerces-C download page [3]. 
&gt; 
&gt; [1]:  http://xml.apache.org/xerces-c/migrate.html#NewFeatures260 
&gt; [2]:  http://xml.apache.org/xerces-c/releases.html 
&gt; [3]:  http://xml.apache.org/xerces-c/download.html 
&gt; 
&gt; Rgds, 
&gt; PeiYong


</pre>
</div>
</content>
</entry>
<entry>
<title>ApacheCon 2004: Early-Bird Registration ends this Wednesday!</title>
<author><name>root@ecos.de (root)</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200409.mbox/%3c415815C4.mail5JO192C3Y@lnx1.i.ecos.de%3e"/>
<id>urn:uuid:%3c415815C4-mail5JO192C3Y@lnx1-i-ecos-de%3e</id>
<updated>2004-09-27T13:29:40Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Dear Apache user,

there are only a fee days left to get the Early-Bird discount for
ApacheCon US 2004 (13-17 November at the Alexis Park in Las Vegas).

By registering until September 30th, you can save US$300 on the
conference and up to US$400 on the tutorial package.

  http://apachecon.com/2004/US/html/registry.html


Early-bird registration is priced at US$599 for the full
conference package. This gives you access to three days with
more than 65 sessions. In addition, you can choose between
18 different in-depth tutorials.


If you want to stay informed of ApacheCon news, subscribe to the
ApacheCon announcement list.  Just send an empty message to

  announce-subscribe@apachecon.com.


We look forward to seeing you at ApacheCon in Las Vegas!

Best Regards...
-- 
Lars Eilebrecht
lars@apache.org





</pre>
</div>
</content>
</entry>
<entry>
<title>ApacheCon 2004: Early-Bird Registration ends this Wednesday!</title>
<author><name>Lars Eilebrecht &lt;lars@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200409.mbox/%3c20040927035226.4c875dc4@doubleshadow.hyperreal.org%3e"/>
<id>urn:uuid:%3c20040927035226-4c875dc4@doubleshadow-hyperreal-org%3e</id>
<updated>2004-09-27T01:52:26Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Dear Apache user,

there are only a fee days left to get the Early-Bird discount for
ApacheCon US 2004 (13-17 November at the Alexis Park in Las Vegas).

By registering until September 30th, you can save US$300 on the
conference and up to US$400 on the tutorial package.

  http://apachecon.com/2004/US/html/registry.html


Early-bird registration is priced at US$599 for the full
conference package. This gives you access to three days with
more than 65 sessions. In addition, you can choose between
18 different in-depth tutorials.


If you want to stay informed of ApacheCon news, subscribe to the
ApacheCon announcement list.  Just send an empty message to

  announce-subscribe@apachecon.com.


We look forward to seeing you at ApacheCon in Las Vegas!

Best Regards...
-- 
Lars Eilebrecht
lars@apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>JaxMe 0.3 Released</title>
<author><name>robert burrell donkin &lt;rdonkin@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200407.mbox/%3cE1FF5BF4-E00C-11D8-902B-003065DC754C@apache.org%3e"/>
<id>urn:uuid:%3cE1FF5BF4-E00C-11D8-902B-003065DC754C@apache-org%3e</id>
<updated>2004-07-27T20:38:14Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache WebServices project is proud to announce that JaxMe 0.3 has 
been released. JaxMe is an open source implementation of JAXB, the Java 
specification for Java/XML binding. For more information see 
http://ws.apache.org/jaxme/. The 0.3 release contains bug fix and 
enhancements and is the first release made by JaxMe since it has 
graduated to the WebServices project.

Download from http://ws.apache.org/jaxme/downloads.cgi#mirrors. please 
to check the MD5 sum from the main apache site when downloading.

- robert



</pre>
</div>
</content>
</entry>
<entry>
<title>[ANN] Ant 1.6.2 released</title>
<author><name>=?ISO-8859-1?Q?Antoine_L=E9vy-Lambert?= &lt;antoine@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200407.mbox/%3c40F7A6BD.2070500@apache.org%3e"/>
<id>urn:uuid:%3c40F7A6BD-2070500@apache-org%3e</id>
<updated>2004-07-16T09:58:21Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I have the pleasure to announce the release of ant 1.6.2.

The main changes are :

- - nested elements for namespaced tasks and types may belong to the Ant
default namespace as well as the task's or type's namespace.

- - all exceptions thrown by tasks are now wrapped in a buildexception
giving the location in the buildfile of the task.

Ant 1.6.2 also fixes a large number of bugs and adds a number of
features which were asked for by users on Bugzilla.

As usual, you can download ant by following the links on the website
http://ant.apache.org .

Cheers,

Antoine Levy-Lambert


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD4DBQFA96a9hhTWqyZbTGMRApzRAJdsY0GEeoedDjyXfAG7cUx/6uAgAJ0QZVNd
PTFtIO4e+Gwdyteuor79KQ==
=KeTD
-----END PGP SIGNATURE-----



</pre>
</div>
</content>
</entry>
<entry>
<title>Ant 1.6.2beta1 released</title>
<author><name>=?ISO-8859-1?Q?Antoine_L=E9vy-Lambert?= &lt;antoine@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200407.mbox/%3c40E56DC9.8020900@apache.org%3e"/>
<id>urn:uuid:%3c40E56DC9-8020900@apache-org%3e</id>
<updated>2004-07-02T14:14:33Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 
Hi,

I have the pleasure to announce the availability of ant 1.6.2beta1 on
http://cvs.apache.org/dist/ant/v1.6.2beta1

Structural innovations since ant 1.6.1 are :

~   * Nested elements for namespaced tasks and types may belong to the
Ant default namespace as well as the task's or type's namespace,
~   * All exceptions thrown by tasks are now wrapped in a
buildexception giving the location in the buildfile of the task,

Ant 1.6.2beta1 fixes a large number of bugs and adds a number of
features which were asked for by users on Bugzilla.

Have fun with ant 1.6.2beta1.

Antoine Levy-Lambert
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
iD8DBQFA5W23hhTWqyZbTGMRAgxBAKCN3pGNKx4v+oWdg/otfmvfcl7TJQCgjqwB
fH+Emx6uHJUWEOssUk/rsMU=
=4UQc
-----END PGP SIGNATURE-----




</pre>
</div>
</content>
</entry>
<entry>
<title>[ANN] Apache Cocoon 2.1.5 Released</title>
<author><name>&quot;Carsten Ziegeler&quot; &lt;cziegeler@s-und-n.de&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200405.mbox/%3cOF7FA6B24C.36F21AD3-ONC1256E9F.002B7442@sundn.de%3e"/>
<id>urn:uuid:%3cOF7FA6B24C-36F21AD3-ONC1256E9F-002B7442@sundn-de%3e</id>
<updated>2004-05-25T08:02:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Apache Cocoon 2.1.5 Released
----------------------------

  The Apache Cocoon Community is proud to announce the new release
  of Apache Cocoon. This release is licensed under the Apache License,
  Version 2.0.

  Apache Cocoon is a web development framework built around the concept
  of separation of concerns (that is: allowing people to do their job
  without having to step on each other toes) and component-oriented web 
  RAD.

  Cocoon implements these concepts around the notion of 'component
  pipelines' modelled after the 'process chain' concept where each 
  worker specializes on a particular operation. This makes it possible
  to use a Lego(tm)-like approach in building web solutions where
  these components can be hooked together into pipelines without
  requiring further programming.

  We like to think at Cocoon as "web glue" for your web application
  development needs. But most important, a glue that can keep 
  concerns separate and allow parallel evolution of the two sides, 
  improving development pace and reducing the chance of conflicts.    

  The latest version is downloadable from
  http://cocoon.apache.org/mirror.cgi  

  For more information about Apache Cocoon 2.1.5, please go to
  http://cocoon.apache.org. 

The Apache Cocoon Project

Carsten 

Carsten Ziegeler 
Open Source Group, S&amp;N AG
http://radio.weblogs.com/0107211/



</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCEMENT] XMLBeans 1.0.2 Released</title>
<author><name>&quot;David Remy&quot; &lt;dremy@bea.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200404.mbox/%3c4B2B4C417991364996F035E1EE39E2E10851B0@uskiex01.amer.bea.com%3e"/>
<id>urn:uuid:%3c4B2B4C417991364996F035E1EE39E2E10851B0@uskiex01-amer-bea-com%3e</id>
<updated>2004-04-23T22:17:30Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
XMLBeans has released XMLBeans Version 1.02.  
XMLBeans 1.02 can be accessed from the Source and Binaries section 
of the XMLBeans site at http://xml.apache.org/xmlbeans/sourceAndBinaries/index.html.  

Apache XMLBeans is an effort undergoing incubation at the 
Apache Software Foundation (ASF), sponsored by the XML project. 
Incubation is required of all newly accepted projects until a 
further review indicates that the infrastructure, communications, 
and decision making process have stabilized in a manner consistent 
with other successful ASF projects. While incubation status is not 
necessarily a reflection of the completeness or stability of the 
code, it does indicate that the project has yet to be fully 
endorsed by the ASF. 


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCEMENT] Apache Xindice 1.1b4 released</title>
<author><name>Vadim Gritsenko &lt;vgritsenko@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200404.mbox/%3c407A77AB.7060005@apache.org%3e"/>
<id>urn:uuid:%3c407A77AB-7060005@apache-org%3e</id>
<updated>2004-04-12T11:04:11Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache Xindice team is pleased to announce the release of the
next version of the Xindice native XML database:

                 Apache Xindice 1.1b4


This is the fourth release in the series of 1.1 beta releases.
Xindice 1.1b4 offers numerous bug fixes and improvements over
the last beta release. Some new features and enhancements were
introduced as well. You can find a list of changes here:

  http://xml.apache.org/xindice/changes.html


Source and binary distributions compiled with JDK 1.3.1 are
available from the download page:

  http://xml.apache.org/xindice/download.cgi


Please send your comments and suggestions to the Xindice mailing
lists. Bug reports and patches are accepted via Bugzilla:

  http://nagoya.apache.org/bugzilla/



Regards,
Vadim



</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCEMENT]: Xerces-J 2.6.2 now available</title>
<author><name>Michael Glavassevich &lt;mrglavas@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200402.mbox/%3cOF78468A0C.819E7099-ON85256E40.0079EFA3-85256E40.007BE446@ca.ibm.com%3e"/>
<id>urn:uuid:%3cOF78468A0C-819E7099-ON85256E40-0079EFA3-85256E40-007BE446@ca-ibm-com%3e</id>
<updated>2004-02-20T22:34:00Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi everyone, 

The Xerces-J team is pleased to announce that version 2.6.2 of Xerces-J is 
now available.

As well as containing a few performance improvements and several minor bug 
fixes, this release fixes several bugs which a number of users encountered 
with version 2.6.1. This release requires JDK 1.2 or later to run and also 
requires JDK 1.2 or later to build the source code.

It was decided soon after the 2.6.1 release [1] that Xerces-J and Xalan-J 
will be moving towards a common base for serialization code.  As a first 
step in this effort the HTML and XHTML serializers 
(org.apache.xml.serialize) have been deprecated.  Alternative 
serialization methods are described in the Xerces-J documentation [2].

Specifically, the significant changes introduced in this release are:

* Fixed a bug in the specification of the XML Schema API. Some of the 
method signatures did not match the signatures in the implementation. 
[Elena Litani] 

* Fixed a bug introduced in 2.6.1 which caused the XMLSerializer to 
automatically expand entity references and convert CDATA sections to text. 
[Elena Litani] 

* Fixed a possible security hole regarding class loading. [Neeraj Bajaj] 

* Improved class initialization for the XMLChar and XML11Char classes to 
reduce the cost of loading Xerces. [Michael Glavassevich] 

* Fixed a SAX conformance bug involving spurious prefix mapping events 
with namespace support turned off. [Michael Glavassevich] 

* Made message localization changes. [Neil Delima, Michael Glavassevich] 

* Fixed schema related bugs. [Sandy Gao] 

* Fixed various bugs. [Curt Arnold, Michael Glavassevich, Kohsuke 
Kawaguchi, Naela Nissar]

[1] http://marc.theaimsgroup.com/?l=xalan-dev&amp;m=107593381313807&amp;w=2
[2] http://xml.apache.org/xerces2-j/faq-general.html#faq-5

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCEMENT]:  Xerces-C 2.5.0 is now available</title>
<author><name>PeiYong Zhang &lt;peiyongz@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200402.mbox/%3cOFA6E6CF61.57E6A17A-ON85256E3F.00733926-85256E3F.00743FD7@ca.ibm.com%3e"/>
<id>urn:uuid:%3cOFA6E6CF61-57E6A17A-ON85256E3F-00733926-85256E3F-00743FD7@ca-ibm-com%3e</id>
<updated>2004-02-19T21:09:49Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi, all,

The Xerces-C team is happy to announce that Xerces-C 2.5.0 is now
available. There are several major enhancements in this release:

- Fix duplicate attribute detection when namespaces are disabled
- Stricter use of static memory manager for static data only
- PSVI bug fixes and enhancements
- Re-pluggable Panic Handler
- Enhanced mutex creation to improve thread safety
- Intrinsic transcoding support for 390.
- Canonical Representation Support
- New sample SCMPrint
- New sample PSVIWriter
- New test XSerializerTest

More details about the changes in this release may be found at
http://xml.apache.org/xerces-c/releases.html, 
and the release may be downloaded from 
http://xml.apache.org/xerces-c/download.cgi/. 

Rgds,
PeiYong

</pre>
</div>
</content>
</entry>
<entry>
<title>[ANN] Apache Cocoon 2.1.4 Released</title>
<author><name>&quot;Carsten Ziegeler&quot; &lt;cziegeler@s-und-n.de&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200402.mbox/%3cOFD2DF8B91.B7688B56-ONC1256E39.0036BC7F@sundn.de%3e"/>
<id>urn:uuid:%3cOFD2DF8B91-B7688B56-ONC1256E39-0036BC7F@sundn-de%3e</id>
<updated>2004-02-13T10:04:10Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Apache Cocoon 2.1.4 Released
----------------------------

  The Apache Cocoon Community is proud to announce the new release
  of Apache Cocoon.

  Apache Cocoon is a web development framework built around the concept
  of separation of concerns (that is: allowing people to do their job
  without having to step on each other toes) and component-oriented web 
  RAD.

  Cocoon implements these concepts around the notion of 'component
  pipelines' modelled after the 'process chain' concept where each 
  worker specializes on a particular operation. This makes it possible
  to use a Lego(tm)-like approach in building web solutions where
  these components can be hooked together into pipelines without
  requiring further programming.

  We like to think at Cocoon as "web glue" for your web application
  development needs. But most important, a glue that can keep 
  concerns separate and allow parallel evolution of the two sides, 
  improving development pace and reducing the chance of conflicts.    

  The latest version is downloadable from
  http://cocoon.apache.org/mirror.cgi  

  For more information about Apache Cocoon 2.1.4, please go to
  http://cocoon.apache.org. 

The Apache Cocoon Project

Carsten 

Carsten Ziegeler 
Open Source Group, S&amp;N AG
http://radio.weblogs.com/0107211/



</pre>
</div>
</content>
</entry>
<entry>
<title>Ant 1.6.1 released</title>
<author><name>=?ISO-8859-1?Q?Antoine_L=E9vy-Lambert?= &lt;antoine@antbuild.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200402.mbox/%3c402C85E8.2050602@antbuild.com%3e"/>
<id>urn:uuid:%3c402C85E8-2050602@antbuild-com%3e</id>
<updated>2004-02-13T08:08:08Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 
Ant 1.6.1 has been released on February 12th, 2004.

Apache Ant 1.6.1 is available for download from :
&lt;http://ant.apache.org/bindownload.cgi&gt;

The ASF Board has approved the new Apache License 2.0. For a copy of
that license, please see http://www.apache.org/licenses/.

The Ant 1.6.1 release is delivered with the Apache License 2.0.

Ant 1.6.1 fixes several bugs, most notably the handling of the default
namespace for nested elements.

Ant 1.6.1 also introduces initial support for compiling with Java 1.5.

Thanks to all the committers and the ant community for helping us
develop this release.

Cheers,

Antoine
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
iD8DBQFALIXQhhTWqyZbTGMRAnhXAJ9AH98+/ge7Lu07C7SGlEyvZnvH0wCgkpyd
tNz48NL/rNQ/9K3MZ154a2w=
=DMLr
-----END PGP SIGNATURE-----



</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCEMENT]: Xerces-J 2.6.1 now available</title>
<author><name>Michael Glavassevich &lt;mrglavas@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200402.mbox/%3cOFDCD906D7.CB5BD1DD-ON85256E32.0053775D-85256E32.0053B849@ca.ibm.com%3e"/>
<id>urn:uuid:%3cOFDCD906D7-CB5BD1DD-ON85256E32-0053775D-85256E32-0053B849@ca-ibm-com%3e</id>
<updated>2004-02-06T15:14:25Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi everyone, 

The Xerces-J team is very happy to announce that version 2.6.1 of Xerces-J 
is now available.

This release contains support for OASIS XML Catalogs and now includes the 
XML Commons Resolver (version 1.1) with the distribution. It also provides 
an experimental implementation of the latest drafts for Document Object 
Model Level 3 Core and Load/Save (see beta2-dom3-Xerces-J-bin.2.6.1.zip). 
This will be the last release that supports JDK 1.1. Future releases of 
Xerces-J will require at least JDK 1.2.

Specifically, the significant changes introduced in this release are:

* Added support for XML Catalogs. [Michael Glavassevich] 

* Implemented some remaining XML Schema errata and fixed several schema 
related bugs. [Sandy Gao] 

* Fixed various DOM Level 3 bugs. [Neil Delima, Kohsuke Kawaguchi, Michael 
Glavassevich, Elena Litani, K. Venugopal] 

* Implemented well-formedness checking for LSSerializer (DOM Level 3). 
[Elena Litani] 

* Modified the XJavac task used by the build file so that Xerces can be 
built on Mac OS X with Apple JDK 1.4. [Alex Milowski] 

* Fixed possible security hole: the features and properties set on the 
parser were not propagated to the XMLSchemaLoader. [Elena Litani] 

* Implemented the latest XInclude draft, excluding support for XPointer. 
[Michael Glavassevich, K. Venugopal] 

* Implemented missing support for supplemental characters in XML 1.1 
names. [Michael Glavassevich] 

* Fixed a bug which caused the parser to overwrite some of the user's 
configuration with default values when namespace support was disabled. 
[Michael Glavassevich]

* Implemented various performance improvements. [Michael Glavassevich] 

* Fixed various bugs. [Michael Glavassevich, Kohsuke Kawaguchi, Elena 
Litani]


For more information please visit: http://xml.apache.org/xerces2-j/


Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCEMENT] Apache Xindice 1.1b3 released</title>
<author><name>Vadim Gritsenko &lt;vgritsenko@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200312.mbox/%3c3FF31153.9010104@apache.org%3e"/>
<id>urn:uuid:%3c3FF31153-9010104@apache-org%3e</id>
<updated>2004-12-31T18:11:31Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
**The Apache Xindice team is pleased to announce the release of the
next version of the Xindice native XML database: 

                 Apache Xindice 1.1b3


This is the third release in the series of 1.1 beta releases.
Xindice 1.1b3 offers numerous bug fixes and improvements over
the last beta release. Some new features and enhancements were
introduced as well. You can find a list of changes here:

  http://xml.apache.org/xindice/changes.html


Source and binary distributions compiled with JDK 1.3.1 are
available from the download page:

  http://xml.apache.org/xindice/download.cgi


Please send your comments and suggestions to the Xindice mailing
lists. Bug reports and patches are accepted via Bugzilla:

  http://nagoya.apache.org/bugzilla/



Regards,
Vadim





</pre>
</div>
</content>
</entry>
<entry>
<title>ant 1.6.0 released</title>
<author><name>=?ISO-8859-1?Q?Antoine_L=E9vy-Lambert?= &lt;antoine@antbuild.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200312.mbox/%3c3FE225BE.6050801@antbuild.com%3e"/>
<id>urn:uuid:%3c3FE225BE-6050801@antbuild-com%3e</id>
<updated>2003-12-18T22:10:06Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 
Hi,

ant 1.6.0 is released !!!

The version will hopefully soon be available from all mirrors.

If you encounter difficulties    doing the download, select
www.apache.org/dist in the combo box of the download page, and then
hit the &lt;change&gt; button.

Thanks to all the people who have contributed to ant, who have sent
critics, comments, patches, questions, ...
For the ones who have sent patches or bug reports which are not yet
processed, keep chiming in to remind us of your issues , hopefully we
will be able to solve them.

We have done our best to offer new features such as antlib, macrodef,
presetdef, ssh tasks, ... and to fix bugs.

A lot of luck with the use of ant 1.6.0.

And all the best for 2004.

Cheers,

Antoine Levy-Lambert
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
iD8DBQE/4iW1hhTWqyZbTGMRAsUBAJ9UWy2b+cVSg6LPJ2M/baY7LZMx7ACfafNu
8iiDNgosg2pCdT8aW2MzmdA=
=675l
-----END PGP SIGNATURE-----




</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCEMENT]:  Xerces-C 2.4.0 is now available</title>
<author><name>Neil Graham &lt;neilg@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200312.mbox/%3cOF9BD8F62F.9470EE80-ON85256DF1.001C0206@ca.ibm.com%3e"/>
<id>urn:uuid:%3cOF9BD8F62F-9470EE80-ON85256DF1-001C0206@ca-ibm-com%3e</id>
<updated>2003-12-03T05:23:09Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>





The Xerces-C team is happy to announce that Xerces-C 2.4.0 is now
available.  There are several major enhancements in this release:

- An API has been implemented that provides applications access to the
Post-Schema Validation Infoset;
- Grammars which are created by one parser may now be persisted after the
destruction of that parser, and they may also be shared among parsers on
different threads;
- Grammar-caching API's have been improved and an enriched
entity-resolution API has been added;
- Grammars may now be serialized to a binary format that permits fast
reconstruction of the original grammars at a later date.

More details about the changes in this release may be foundhere [1], and
the release may be downloaded from here [2]; please bear in mind that
mirrors may take some time to become synchronized.

Enjoy!
Neil

[1]:  http://xml.apache.org/xerces-c/releases.html
[2]:  http://xml.apache.org/xerces-c/download.cgi/

Neil Graham
XML Parser Development
IBM Toronto Lab
Phone:  905-413-3519, T/L 969-3519
E-mail:  neilg@ca.ibm.com




</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCEMENT]: Xerces-J 2.6.0 now available</title>
<author><name>Elena Litani &lt;elitani@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200311.mbox/%3c3FBE48DF.92EBA572@ca.ibm.com%3e"/>
<id>urn:uuid:%3c3FBE48DF-92EBA572@ca-ibm-com%3e</id>
<updated>2003-11-21T17:18:23Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi all, 

The Xerces-J team is very happy to announce that version 2.6.0 of
Xerces-J is now available.  

This release provides an experimental implementation of the Document
Object Model Level 3 Core and Load/Save Candidate Recommendations (see
beta-dom3-Xerces-J-bin.2.6.0.zip) and also brings Xerces-J into
compliance with the XML
1.1 Proposed Recommendation (except that it does not yet provide an
option to enable normalization checking as described in section 2.13 of
this specification) and Namespaces in XML 1.1 Proposed Recommendation.


Specifically, the significant changes introduced in this release are:

* Improved the scanning of attribute lists, both small and large.
[Michael Glavassevich] 

* Reimplemented XML11Configuration (the default configuration),
improving performance during reset; accomplished primarily by adding an
internal feature which allows components to query whether or not they
need to read features and properties from the configuration. [Elena
Litani] 

* Modified XML Schema interfaces (org.apache.xerces.xs) and updated the
implementation accordingly. Methods were added to expose actual values
and their types and new interfaces were added for loading XSModels. In
addition, fixed various bugs in the implementation and PSVIWriter
sample. [Sandy Gao, Pete Lloyd, Elena Litani] 

* Implemented the DOM Level 3 Core and Load and Save Candidate
Recommendations. [Neil Delima, Neeraj Bajaj, Michael Glavassevich, Elena
Litani, Ramesh Mandava, Gopal Sharma, K.Venugopal] 

* Added support for the 'well-formed' feature in DOM Level 3 Core.
[Neeraj Bajaj] 

* Added XML 1.1 support to DOM Level 3. [K.Venugopal] 

* Fixed the serializer so that TAB (0x9), LF (0xA), CR (0xD), NEL (0x85)
and LSEP (0x2028) are escaped where appropriate in order to allow these
characters to be roundtripped. [Neil Delima, Elena Litani] 

* Implemented experimental support for the XML 1.1 PR. This still
excludes section 2.13. [Michael Glavassevich] 

* Fixed a bug which could cause the parser to run out of memory (or
other resources) while parsing documents containing many entity
references. [Michael Glavassevich] 

* Implemented missing support for Registry-based Naming Authority in the
URI implementation. [Michael Glavassevich] 

* Modified the XJavac task used by the build file so that Xerces can be
built on Linux with Blackdown JDK 1.4. [Amit Kapoor] 

* Removed static references to sun.io.CharToByteConverter which made it
impossible to compile Xerces on platforms that do not have this internal
class. With binaries on such platforms, the serializer was unusable with
many encodings. [Michael Glavassevich] 

* Added support for XML Base to the XInclude implementation. Fixed
various bugs regarding text inclusion and relative URI resolution in the
XInclude implementation. [Michael Glavassevich, Peter McCracken, Neil
Pitman] 

* Implemented errata from the XML 1.0 Second Edition Specification.
[Neil Delima, Michael Glavassevich, Glenn Marcy, Peter McCracken] 

* Moved Xerces' SAX support up to SAX 2.0.1. [Elena Litani] 

* Fixed bugs in the XML 1.1 entity scanner that in some cases treated
NEL (0x85) and LSEP (0x2028) as white space characters in internal
entities, and not as end of line characters in external entities.
[Michael Glavassevich] 

* Fixed bug in HTML DOM implementation that would cause a hierarchy
request error by trying to move a doctype node to be a child of the
&lt;html&gt; element. [Andy Clark] 

* Fixed various bugs. [Neil Delima, Sandy Gao, Neil Graham, Michael
Glavassevich, Elena Litani, Lisa Martin, Peter McCracken, Gareth Reakes,
Neeraj Bajaj, K.Venugopal, Ramesh Mandava, Kohsuke Kawaguchi, Gopal
Sharma] 


For more information please visit: http://xml.apache.org/xerces2-j/



Thank you,
-- 
Elena Litani / IBM Toronto


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANN] Apache Cocoon 2.1.3 Released</title>
<author><name>&quot;Carsten Ziegeler&quot; &lt;cziegeler@s-und-n.de&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200311.mbox/%3cLKENJPKDAIKAPKHEOCMMAEAIGDAA.cziegeler@s-und-n.de%3e"/>
<id>urn:uuid:%3cLKENJPKDAIKAPKHEOCMMAEAIGDAA-cziegeler@s-und-n-de%3e</id>
<updated>2003-11-14T08:38:11Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Apache Cocoon 2.1.3 Released
----------------------------

The Apache Cocoon Community is proud to announce the new release
of Apache Cocoon. This new release is a major maintenance release
focusing on minor improvements and bug fixes.
  
Apache Cocoon is a web development framework built around the concept
of separation of concerns (that is: allowing people to do their job
without having to step on each other toes) and component-oriented web 
RAD.

Cocoon implements these concepts around the notion of 'component
pipelines' modelled after the 'process chain' concept where each 
worker specializes on a particular operation. This makes it possible
to use a Lego(tm)-like approach in building web solutions where
these components can be hooked together into pipelines without
requiring further programming.

We like to think at Cocoon as "web glue" for your web application
development needs. But most important, a glue that can keep 
concerns separate and allow parallel evolution of the two sides, 
improving development pace and reducing the chance of conflicts.    
  
For more information about Apache Cocoon 2.1.3, please go to
http://cocoon.apache.org/2.1

The Apache Cocoon Project

Carsten 

Carsten Ziegeler 
Open Source Group, S&amp;N AG
http://radio.weblogs.com/0107211/




</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE]  Xalan Java 2.5.2 is available</title>
<author><name>Brian Minchau &lt;minchau@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200310.mbox/%3cOF32DB6BEC.55C53947-ON85256DCF.005C0304-85256DCF.005C54B6@ca.ibm.com%3e"/>
<id>urn:uuid:%3cOF32DB6BEC-55C53947-ON85256DCF-005C0304-85256DCF-005C54B6@ca-ibm-com%3e</id>
<updated>2003-10-30T16:48:29Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>





Hi everyone,

The Xalan team is pleased to announce the availability
of Xalan Java 2.5.2.

Xalan Java provides XSLT processors for transforming XML
documents into HTML, text, or other XML document types.
The Xalan Java Interpretive processor and the Xalan Java
Compiling processor implement XSL Transformations (XSLT)
Version 1.0, XML Path Language (XPath) Version 1.0, and
Java API for XML Programming (JAXP) Version 1.2.

Xalan Java 2.5.2 can be downloaded from one of the Apache
mirrors at http://www.apache.org/dyn/closer.cgi/xml/xalan-j

Updates in this release include:

* Bug fixes
  (see http://xml.apache.org/xalan-j/readme.html
  for a list of bugs that have been fixed in this
  release)

* Performance fixes
  (see the bug list for specifics)

* Documentation updates, including a fix which allows
  the docs (javadoc) to be built with JDK 1.4


- Brian Minchau
XSLT Development, IBM Toronto
e-mail:        minchau@ca.ibm.com



</pre>
</div>
</content>
</entry>
<entry>
<title>[ANN] XML-Commons Resolver component 1.1b1 beta build released</title>
<author><name>Shane Curcuru &lt;shane_curcuru@yahoo.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200310.mbox/%3c5.2.0.9.0.20031014085602.01fa3dd8@curcuru.com%3e"/>
<id>urn:uuid:%3c5-2-0-9-0-20031014085602-01fa3dd8@curcuru-com%3e</id>
<updated>2003-10-14T13:11:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The xml-commons team is pleased to announce a beta release of our
popular Resolver component version 1.1b1 (beta before a 1.1 release).
  The release is available at
http://www.apache.org/dyn/closer.cgi/xml/commons/

Blurb
- -----
Resolver
(http://xml.apache.org/commons/components/resolver/index.html) is a
catalog-based XML Entity and URI resolver suitable for plugging into
your XML tools.  It supports several popular catalog formats.
XML-Commons is a subproject devoted to XML Standards-related code and
components, and also hosts the Which utility and xml-apis.jar, which
implements JAXP.

Status
- ------

Resolver 1.1b1 is a beta release in preparation for a 1.1 release in
the very near future.  It incorporates a number of minor bugfixes as
well as some new functionality requested by the Ant team.  Note that
some of the APIs in 1.1 are not backwards-compatible with the 1.0
release, so if you're a previous user please read the release notes
carefully.

This release is built from code tagged xml-commons-resolver-1_1_b1 in
CVS.

The full list of changes for 1.1x is viewable at:


http://xml.apache.org/commons/components/resolver/resolver-release-not
es.html

Please send feedback to commons-dev@xml.apache.org (after
subscribing).


   The Apache xml-commons team

P.S. Astute readers will note that the release was actually made last
week, and silly Shane forgot to send out this email until Stefan
reminded him... sorry!

-----BEGIN PGP SIGNATURE-----
Version: PGP Personal Security 7.0.3

iQA/AwUBP4v1qTLsF1kwoh1VEQIOdgCePaBL3HElnyy+6RnL5K1wv4X/ZmMAoPn9
CVv72V1obDUfQJPTcq/vD4+H
=6cKn
-----END PGP SIGNATURE-----



</pre>
</div>
</content>
</entry>
<entry>
<title>[ANN] Apache Forrest 0.5.1 released</title>
<author><name>Jeff Turner &lt;jefft@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200310.mbox/%3c20031006032418.GA2395@expresso.localdomain%3e"/>
<id>urn:uuid:%3c20031006032418-GA2395@expresso-localdomain%3e</id>
<updated>2003-10-06T03:24:18Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Forrest team is pleased to announce the release of
Apache Forrest 0.5.1.  The release is available at
http://www.apache.org/dyn/closer.cgi/xml/forrest/

Blurb
-----
Forrest (http://xml.apache.org/forrest/) is an XML standards-oriented
project documentation framework built on Apache Cocoon, providing XSLT
stylesheets and schemas, images and other resources. Forrest uses these
to render the XML source content into a website via command-line, robot
(see http://forrestbot.cocoondev.org), or a dynamic web application.

Status
------

Forrest 0.5.1 is a bugfix release over 0.5.  Most notably, it comes with an
updated Cocoon (2.1.2) which fixes a bug in the command-line where certain
pages in a site weren't rendered (FOR-66).  Other bugfixes include:

 - Added obfuscate-mail-links skinconf.xml option, on by default  (FOR-67)
 - Fix forrest-site tables bug that broke Opera  (FOR-65)
 - Fixed URLs for comma-separated bug keys in status.xml
 - In skinconf.xml, made project-description optional to keep compatibility
   with 0.4.
 - forrest.antproxy.xml script now properly fails when Cocoon fails
 - Fix bugs in forrest.bat|sh scripts encountered when used in odd environments
   (perl and Win9x).  (FOR-47, FOR-48)
 - The 'forrest' command no longer sources /etc/antrc and ~/.antrc, which
   solves problems on some *nix distributions.


The full list of changes for 0.5 and 0.5.1 is viewable at:

  http://xml.apache.org/forrest/changes.html

For current 0.4 users, an Upgrade Guide to 0.5 is available at:
 
  http://xml.apache.org/forrest/upgrading_05.html


Please send feedback to forrest-dev@xml.apache.org (after subscribing).


  The Apache Forrest team


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANN] Apache Cocoon 2.1.2 Released</title>
<author><name>&quot;Carsten Ziegeler&quot; &lt;cziegeler@s-und-n.de&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200310.mbox/%3cLKENJPKDAIKAPKHEOCMMAEKBFGAA.cziegeler@s-und-n.de%3e"/>
<id>urn:uuid:%3cLKENJPKDAIKAPKHEOCMMAEKBFGAA-cziegeler@s-und-n-de%3e</id>
<updated>2003-10-02T09:46:33Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Apache Cocoon 2.1.2 Released
----------------------------

The Apache Cocoon Community is proud to announce the new release
of Apache Cocoon.
  
Apache Cocoon is a web development framework built around the concept
of separation of concerns (that is: allowing people to do their job
without having to step on each other toes) and component-oriented web 
RAD.

Cocoon implements these concepts around the notion of 'component
pipelines' modelled after the 'process chain' concept where each 
worker specializes on a particular operation. This makes it possible
to use a Lego(tm)-like approach in building web solutions where
these components can be hooked together into pipelines without
requiring further programming.

We like to think at Cocoon as "web glue" for your web application
development needs. But most important, a glue that can keep 
concerns separate and allow parallel evolution of the two sides, 
improving development pace and reducing the chance of conflicts.    

For more information about Apache Cocoon 2.1.2, please go to
http://cocoon.apache.org

The Apache Cocoon Project

Carsten 

Carsten Ziegeler 
Open Source Group, S&amp;N AG
http://radio.weblogs.com/0107211/



</pre>
</div>
</content>
</entry>
<entry>
<title>Registration Opens for ApacheCon 2003</title>
<author><name>Ted Leung &lt;twleung@sauria.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200309.mbox/%3c3F676EDE.6000505@sauria.com%3e"/>
<id>urn:uuid:%3c3F676EDE-6000505@sauria-com%3e</id>
<updated>2003-09-16T20:13:18Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Ok folks,

ApacheCon 2003 is coming up.  This is your chance to get facetime!

Hope to see you there,

Ted

via http://www.marketwire.com/mw/release_html_b1?release_id=57498
-------

Registration Opens for ApacheCon 2003, the Global Hub for All Things Apache

* *

-- 
(MARKET WIRE)
-- 09/15/2003 --  http://www.apachecon.com/ -- ApacheCon, the official
conference of the Apache Software Foundation (ASF), announced today the
opening of registration for ApacheCon 2003, to be held November 16-20, 2003
in Las Vegas, Nevada.

Forward-thinking open source users, developers, programmers, system
administrators, and information architects head to ApacheCon to master new
technologies, expand their knowledge and share problem-solving skills with
peers from across the globe. Offering a wide range of beginner,
intermediate and advanced sessions, ApacheCon attendees will learn
firsthand the latest developments in Apache, the world's most popular Web
server software, as well as key open source projects spanning PHP, Perl,
XML, Java, MySQL, WebDAV, and more. Debuting at ApacheCon is code-named
Geronimo, the ASF-licensed open source implementation of the J2EE
specification that builds upon the many ASF-driven Java projects in liaison
with leading members of the Castor, JBoss, MX4J and OpenEJB communities.

"We're proud to offer the opportunity to inspire, educate, and interact
with some of the industry's sharpest minds," said ApacheCon 2003 Chairman
Ken Coar. "ApacheCon attendees are part of a collective voice in providing
input and feedback to the Apache Software Foundation, thereby making a
direct impact on the Apache community."

More than 60 Sessions Highlight Core and Next-Generation Apache Server
Tools

ApacheCon kicks off with intensive full- and half-day tutorials that offer
real world insight, techniques, and methodologies pivotal to the increasing
demand for open source software. Attendees hone their skills, learn
shortcuts and hacks and solve programming challenges on a variety of
topics, including Apache 2.0, Jakarta, PHP, Perl, and SVG.

This year's sessions highlight the dynamic nature of open development, and
are grouped into three Focus Days: 1) Apache with XML and Java; 2) All
Things Apache; and 3) Apache with Perl and PHP. ApacheCon presenters and
faculty include some of the most accomplished and respected leaders in the
open source community, such as Rich Bowen, Doug Tidwell, Stas Bekman,
Rasmus Lerdorf, Greg Stein, Stefano Mazzocchi, and Geoffrey Young, along
with keynote speakers Chris Pirillo and Doc Searls.

Attendees can meet ASF members and peers during the ApacheCon Expo, evening
events, birds of a feather sessions and a number of informal social
gatherings. Premier sponsors include the Java Community Process (JCP), and
Sun Microsystems who returns as a platinum sponsor.

Once again ApacheCon is offering early registration incentives, including a
tiered discount of up to $400 off the $899 individual registration fee to
those who register by 30 September. The full conference schedule, tutorial
descriptions, sponsorship and exhibitor opportunities, and venue details
can be found at the ApacheCon 2003 Website. Register today at
http://www.apachecon.com/ .

Press registration is now available; please contact the ApacheCon Press
Team on +1.617.921.8656 or via email at press@apachecon.com 
&lt;mailto:press@apachecon.com&gt;.

About the Apache Software Foundation

The Apache Software Foundation provides organizational, legal, and
financial support for world-class, Open Source, Java, Perl, XML, Tcl, and
PHP projects, in addition to the world's most popular Web server. The
membership driven, non-profit, Foundation exists to ensure that the Apache
projects continue to exist beyond the contributions of individuals, to
enable contributions of intellectual property and financial support, and to
provide a vehicle for limiting legal exposure while participating in Open
Source projects. For more information, please see www.apache.org 
&lt;http://www.apache.org&gt;

------------------------------------------------------------------------

Contact: Sally Khudairi
Company: Apache Software Foundation
Phone: 617-921-8656
Email: sk@apache.org &lt;mailto:sk@apache.org&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>XMLBeans code has been checked in!</title>
<author><name>&quot;Cliff Schmidt&quot; &lt;cliff@bea.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-announcements/200309.mbox/%3c4C2F1577F2EF2840A9AE9EC61860C8810A0FB6@usseex01.amer.bea.com%3e"/>
<id>urn:uuid:%3c4C2F1577F2EF2840A9AE9EC61860C8810A0FB6@usseex01-amer-bea-com%3e</id>
<updated>2003-09-16T02:04:43Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Thanks to the help of Brian Behlendorf, Ted Leung, Steven Noels, Greg Stein,
and several other friendly folks within Apache, BEA has just checked the 
entire XMLBeans source code into cvs.apache.org [1].  It's now available to 
everyone who wants to be involved -- just click on 1+ of the links below [2]
[3][4][5] and join the exciting world of XML and Java binding!

Thanks,
Cliff

[1] http://nagoya.apache.org/eyebrowse/ReadMsg?listName=xmlbeans-dev@xml.apache.org&amp;msgNo=64

XMLBeans Web site (soon to be updated with binaries, docs, and much more):
[2] http://xml.apache.org/xmlbeans/

Subscription links:
[3] mailto:xmlbeans-user-subscribe@xml.apache.org
[4] mailto:xmlbeans-dev-subscribe@xml.apache.org
[5] mailto:xmlbeans-cvs-subscribe@xml.apache.org



</pre>
</div>
</content>
</entry>
</feed>
