You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by bo...@apache.org on 2008/02/25 16:21:59 UTC

svn commit: r630876 [5/8] - in /xerces/c/web: ./ html/ tools/ tools/jars/ xml/ xml/style/ xml/style/dtd/ xml/style/graphics/ xml/style/resources/ xml/style/stylesheets/

Propchange: xerces/c/web/html/ApacheDOMC++BindingL3.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xerces/c/web/html/ApacheDOMC++BindingL3.html
------------------------------------------------------------------------------
    svn:keywords = 

Added: xerces/c/web/html/download.cgi
URL: http://svn.apache.org/viewvc/xerces/c/web/html/download.cgi?rev=630876&view=auto
==============================================================================
--- xerces/c/web/html/download.cgi (added)
+++ xerces/c/web/html/download.cgi Mon Feb 25 07:21:44 2008
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+#  python includes correctly)
+cd /www/www.apache.org/dyn/mirrors
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*

Propchange: xerces/c/web/html/download.cgi
------------------------------------------------------------------------------
    svn:executable = 

Added: xerces/c/web/tools/jars/stylebook-1.0-b2.jar
URL: http://svn.apache.org/viewvc/xerces/c/web/tools/jars/stylebook-1.0-b2.jar?rev=630876&view=auto
==============================================================================
Binary file - no diff available.

Propchange: xerces/c/web/tools/jars/stylebook-1.0-b2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: xerces/c/web/tools/jars/xalan.jar
URL: http://svn.apache.org/viewvc/xerces/c/web/tools/jars/xalan.jar?rev=630876&view=auto
==============================================================================
Binary file - no diff available.

Propchange: xerces/c/web/tools/jars/xalan.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: xerces/c/web/tools/jars/xerces.jar
URL: http://svn.apache.org/viewvc/xerces/c/web/tools/jars/xerces.jar?rev=630876&view=auto
==============================================================================
Binary file - no diff available.

Propchange: xerces/c/web/tools/jars/xerces.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: xerces/c/web/xml/applications.xml
URL: http://svn.apache.org/viewvc/xerces/c/web/xml/applications.xml?rev=630876&view=auto
==============================================================================
--- xerces/c/web/xml/applications.xml (added)
+++ xerces/c/web/xml/applications.xml Mon Feb 25 07:21:44 2008
@@ -0,0 +1,67 @@
+<?xml version="1.0"  encoding="iso-8859-1" standalone="no"?>
+<!--
+ * 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.
+-->
+
+<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
+
+<s1 title="Applications">
+
+  <s2 title="Overview">
+    <p>This page lists popular application and libraries that
+       are based on or provide an additional functionality on
+       top of &XercesCName;. If you know of an application that
+       you feel should be listed here, send an email with all the
+       relevant information to one of the <jump href="mailing-lists.html">
+       &XercesCName; mailing lists</jump>.</p>
+
+    <s3 title="CodeSynthesis XSD">
+      <p><jump href="http://www.codesynthesis.com/products/xsd/">CodeSynthesis
+         XSD</jump> is an open-source XML Schema to C++ data
+         binding compiler that uses &XercesCName; as the underlying XML
+         parser. Provided with an XML instance specification (XML Schema), XSD
+         generates C++ classes that represent the given vocabulary as well
+         as parsing and serialization code. You can then access the data
+         stored in XML using types and functions that semantically
+         correspond to your application domain rather than dealing with
+         direct representations of XML such as DOM and SAX.</p>
+    </s3>
+
+    <s3 title="Xalan-C++">
+      <p><jump href="http://xml.apache.org/xalan-c/">Xalan-C++</jump>
+         is an open-source XSLT processor for transforming XML documents
+         into HTML, text, or other XML document types. It implementes the W3C
+         recommendations for XSL Transformations (XSLT) and the XML Path
+         Language (XPath) and is based on &XercesCName;.</p>
+    </s3>
+
+    <s3 title="XQilla">
+      <p><jump href="http://xqilla.sourceforge.net">XQilla</jump>
+         is an open-source XQuery and XPath 2.0 implementation based
+         on &XercesCName;. It implements the DOM 3 XPath API and conforms
+         to the W3C proposed recommendation of XQuery and XPath 2.0.</p>
+    </s3>
+
+    <s3 title="XML Security for C++">
+      <p><jump href="http://xml.apache.org/security/c/">XML Security
+         for C++</jump> is an open-source implementation of the XML
+         Digital Signature specification and is based on &XercesCName;.
+         The library also provides support for serializing XML in the
+         canonical form.</p>
+    </s3>
+
+  </s2>
+</s1>

Added: xerces/c/web/xml/bug-report.xml
URL: http://svn.apache.org/viewvc/xerces/c/web/xml/bug-report.xml?rev=630876&view=auto
==============================================================================
--- xerces/c/web/xml/bug-report.xml (added)
+++ xerces/c/web/xml/bug-report.xml Mon Feb 25 07:21:44 2008
@@ -0,0 +1,82 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+ * 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.
+-->
+
+<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
+
+<s1 title="Bug Reporting">
+
+<s2 title="How to report bugs">
+<p> Please report bugs to <jump href="&JiraURL;">Jira</jump>,
+the Apache bug database.  Pick the product "Xerces-C++"
+using the following components&colon;
+</p>
+<table>
+<tr><th><em>Component</em></th><th><em>Description</em></th></tr>
+<tr><td>DOM</td><td>Items specific to DOM</td></tr>
+<tr><td>SAX/SAX2</td><td>Items specific to SAX or SAX2</td></tr>
+<tr><td>Non-Validating Parser</td><td>General Parsing Problem</td></tr>
+<tr><td>Validating Parser (DTD)</td><td>DTD related parser issue</td></tr>
+<tr><td>Validating Parser (Schema)</td><td>Schema related parser issue</td></tr>
+<tr><td>Utilities</td><td>Items related to utilities like MessageLoader, Transcoder, NetAccessors, Platform specific utilities</td></tr>
+<tr><td>Build</td><td>Problem with build, makefile, project files</td></tr>
+<tr><td>Documentation</td><td>Documentation bugs such as FAQ, Programming Guide</td></tr>
+<tr><td>Samples/Tests</td><td>Samples or test cases related issues</td></tr>
+<tr><td>Miscellaneous</td><td>Items not covered in other categories</td></tr>
+</table>
+<p>A copy of your bug report is sent automatically to the
+<jump href="mailing-lists.html">&XercesCName; development mailing list</jump>.
+</p>
+</s2>
+<s2 title="Search first">
+<p> Check the <jump href="&JiraURL;">Jira</jump> database
+before submitting your bug report to avoid creating a duplicate report.
+Even the bug has been reported already, you may add a comment to the existing report
+since your contribution may lead to a quicker identification/resolution to the bug reported.
+</p>
+<p> Here is the list of
+<jump href=
+"http&colon;//issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=10510&amp;statusIds=1">
+outstanding bugs</jump> that are currently reported in Jira.
+</p>
+</s2>
+<s2 title="Write a good bug report">
+<p> Writing a useful bug report, which makes the bug reproducible, is the first step
+towards the resolution of the bug. Specifics about the bug, like
+</p>
+<ul>
+<li>&XercesCName; version number</li>
+<li>Platform</li>
+<li>Operating system and version number</li>
+<li>Compiler and version number</li>
+<li>The XML document (or excerpt) that failed</li>
+<li>The C++ application code that failed</li>
+<li>Whether you built the &XercesCName; library yourself or used the
+binary distribution</li>
+<li>What happened</li>
+</ul>
+<p>
+are all necessary information to allow developer to reproduce,
+identify, evaluate and eventually, fix the bug, which is the very
+purpose of your reporting of the bug.
+</p>
+<p>If you are providing a patch please review the information in
+<jump href="faq-contributing-&XercesC3Series;.html#Submitting Patches">Submitting Patches</jump>.
+</p>
+</s2>
+
+</s1>

Added: xerces/c/web/xml/charter.xml
URL: http://svn.apache.org/viewvc/xerces/c/web/xml/charter.xml?rev=630876&view=auto
==============================================================================
--- xerces/c/web/xml/charter.xml (added)
+++ xerces/c/web/xml/charter.xml Mon Feb 25 07:21:44 2008
@@ -0,0 +1,457 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+ * 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.
+-->
+
+<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
+
+<s1 title="&XercesCFullName;">
+
+<s2 title="Xerces Project Charter">
+<p>
+The following charter applies to all Xerces projects.
+</p>
+</s2>
+
+<s2 title="1 INTRODUCTION" >
+<p>
+1.1 Apache Xerces is a collaborative software development project
+dedicated to providing robust, full-featured, commercial-quality, and
+freely available XML parsers and closely related technologies 
+on a wide variety of platforms supporting several languages.  This
+project is managed in cooperation with various individuals worldwide
+(both independent and company-affiliated experts), who use the
+Internet to communicate, plan, and develop XML software and related
+documentation.
+</p>
+<p>
+1.2 This charter briefly describes the mission, history, organization, and
+processes of the project.
+</p>
+</s2>
+
+<s2 title="2 MISSION" >
+<p>
+2.1 Apache Xerces exists to promote the use of XML. We view XML as a
+compelling paradigm that structures data as information, thereby
+facilitating the exchange, transformation, and presentation of
+knowledge. The ability to transform raw data into usable information
+has great potential to improve the functionality and use of
+information systems. We intend to build freely available XML
+parsers and closely related technologies in order to engender such 
+improvements.
+</p>
+
+<p>
+2.2 The Apache Xerces parsers support standard APIs (formal, de facto, 
+or proposed). 
+They are designed to be high performance, reliable, and easy to use. 
+To facilitate easy porting of ideas between languages, the API's supported
+should be as similar as possible, given the constraints of the languages 
+and existing architectures.  Apache Xerces parsers should also be designed
+to work efficiently with other Apache projects that deal
+with XML whenever possible.
+</p>
+
+<p>
+2.3 We believe that the best way to further these goals 
+is by having both individuals and corporations
+collaborate on the best possible infrastructure, APIs, code, testing,
+and release cycles. Components must be vendor neutral and usable as
+core components for all.
+</p>
+<p>
+2.4 In order to achieve a coherent architecture between Apache Xerces 
+parsers
+and other components and applications, standards (formal or
+de facto) will be used as much as possible for both protocols and
+APIs. Where appropriate, experiences and lessons learned will be fed 
+back to standards bodies in an effort to assist in the development of 
+those standards.  We will also encourage the innovation of new
+protocols, APIs, and components in order to seed new concepts not
+yet defined by standards.
+</p>
+
+</s2>
+<s2 title="3 HISTORY" >
+<p>
+3.1 The code base which formed the foundations of both the
+Xerces-Java and Xerces-C++ subprojects of the Apache XML Project
+was originally donated to Apache by IBM in 1999.  Xerces-Perl
+came into existence as a subproject of the Apache XML project
+after the Xerces-C++ community had already matured to a
+significant extent.  All three were subprojects of the Apache XML
+Project until late 2004.  At this time, reflecting the growth in
+the Apache XML project and these communities themselves, Apache
+Xerces became a top-level Project of the Apache Software
+Foundation.  Apache Xerces still shares much infrastructure with
+the Apache XML project and the other former subprojects of Apache
+XML that have become projects in their own right.
+</p>
+
+</s2>
+
+<s2 title="4 TERMS" >
+<p>
+4.1 The ASF Board.  The management board of the Apache Software 
+Foundation.
+</p>
+
+<p>
+4.2 The Project.  The Apache Xerces Project; intended
+to refer to the source code, website and community that are Apache Xerces.
+</p>
+
+<p>
+4.3 Subproject.  Apache Xerces is composed of a number of subprojects
+which fit into one of two categories:
+</p>
+<p>
+a) An XML parser implementation in some particular programming 
+   language.  There may be multiple parsers for a given
+   language, if the API's the parsers support are sufficiently
+   dissimilar.  At the time of writing, there is one parser for 
+   each of Java, C/C++ and Perl.
+</p>
+<p>
+b) A set of components serving some purpose not directly 
+   pertinent to XML parsing, but which are used in related 
+   applications and are tightly bound, usually through internal
+   API's, to one (or more) of the parser subprojects. 
+</p>
+
+<p>
+4.4 Product.  Some deliverable (usually a binary or source
+package) that a subproject releases to the public.  Subprojects
+may have multiple products.
+</p>
+
+<p>
+4.5 Contributor.  Anyone who makes a contribution to the development
+of the Apache Xerces project or a subproject.
+</p>
+<p>
+4.6 Committer.  Apache Xerces has a set of committers.  Committers
+are contributors who have read/write access to the source code
+repository. 
+</p>
+
+
+</s2>
+
+<s2 title="5 THE PROJECT MANAGEMENT COMMITTEE" >
+<p>
+5.1 The Apache Xerces project is managed by a core group of
+committers known as the Project Management Committee [PMC],
+which is composed of volunteers from among the active committers 
+(see 8.3 below) from all subprojects.  Each subproject must have
+at least one representative on the PMC, to ensure active
+supervision of the subproject.
+</p>
+
+<p>
+5.2 The activities of the PMC are coordinated by the Chairperson,
+who is an officer of the corporation and reports to the Apache
+Board.  The Chairperson will, on the request of the Apache Board, 
+provide reports to the Board on issues related  to the running of 
+the Apache Xerces project.
+</p>
+
+<p>
+5.3 The PMC has the following responsibilities:
+</p>
+
+<p>
+a) Accepting new subproject proposals, voting on these
+   proposals and creating the
+   subproject (see SUBPROJECTS below).  This is done in collaboration
+   with the Incubator (see http://incubator.apache.org).
+
+</p>
+<p>
+b) Facilitating code or other donations by individuals or companies,
+   in collaboration with the Incubator.
+</p>
+<p>
+c) Resolving license issues and other legal issues in conjunction with
+   the ASF board.
+</p><p>
+d) Ensuring that administrative and infrastructure work is completed.
+</p><p>
+e) Facilitating relationships among subprojects and other Apache projects.
+</p><p>
+f) Facilitating relationships between Apache Xerces and the external
+   world.
+</p><p>
+g) Overseeing Apache Xerces to ensure that the mission defined in
+   this document is being fulfilled.
+</p><p>
+h) Resolving conflicts within the project.
+</p><p>
+i) Reporting to the ASF board (through the Chair) on the progress
+   of the project.
+
+</p><p>
+5.4 In cases where the sub-project is unable to directly provide 
+at least one representative on the PMC--implying that there are no 
+active committers on that code base--then the subproject should 
+be considered dormant, and any relevant Apache policies for dormant
+projects should be implemented.  At the least, the subproject's status 
+should
+be updated on its website.
+
+</p><p>
+5.5 Every 12 months, or at the request of the Board, the PMC will provide 
+a recommendation to the Apache Board for the position of Chairperson 
+of the PMC. 
+</p><p>
+5.6 This recommendation will be made on the basis of an election held 
+within the PMC.  The election will be performed using a simple
+majority vote of PMC members.
+</p><p>
+5.7 Upon agreement by the Apache Board, the recommended Chairperson will, 
+if they are not already, be appointed an officer of the corporation. 
+See http://www.apache.org/foundation/bylaws.html for more information.
+</p><p>
+5.8 In the unlikely event that a member of the PMC becomes disruptive to
+the process, ceases to make codebase contributions for an extended 
+period, or ceases to take part in PMC votes for an extended period of
+time, said member may be removed by unanimous vote of remaining PMC 
+members.
+</p><p>
+5.9 The PMC is responsible for maintaining and updating this
+charter. Development must follow the process outlined below, so any
+change to the development process necessitates a change to the
+charter. Changes must be approved by a two-thirds majority of all members 
+of the PMC.
+</p>
+</s2>
+
+
+
+<s2 title="6 SUBPROJECTS" >
+<p>
+6.1 When a new subproject proposal is submitted to the PMC, it
+may be accepted by a two-thirds vote of the PMC.
+
+</p><p>
+6.2 A subproject may be removed by unanimous vote of the PMC, subject to 
+the
+approval of the ASF board. 
+
+</p>
+</s2>
+<s2 title="7 CONTRIBUTORS" >
+<p>
+7.1 Like all Apache projects, the Apache Xerces project is a meritocracy 
+-- 
+the more work you do, the more you are allowed to do.  Contributions 
+will include participating in mailing lists, reporting bugs, providing 
+patches and proposing changes to a product.
+
+</p><p>
+7.2 In order to ensure that all code contained in the Apache 
+Xerces project's code repository is free of licensing, 
+intellectual property and patent issues, any developer wishing 
+to contribute a new feature to Xerces must either sign:
+
+</p><p>
+a) If contributing as an individual, sign the "Individual 
+   Contributor License Agreement (CLA)" 
+   (http://www.apache.org/licenses/icla.txt) and file a copy with
+   the Secretary of the Corporation; or 
+</p><p>
+b) If making the contribution as part of their employment
+   responsibilities, sign the "Corporate CLA (CCLA)", 
+   (http://www.apache.org/licenses/cla-corporate.txt) and file a
+   copy with the Secretary of the Corporation.
+
+</p><p>
+7.3 If the contribution in question is a small bugfix, the
+contributor need not sign a CLA, but need only provide the
+following information, attaching it to the communication 
+containing the patch:
+
+</p><p>
+a) Name and employer 
+</p><p>
+b) Are you the author of the code being contributed? 
+</p><p>
+c) Do you have the right to grant the copyright and patent 
+   licenses for the contribution that are set forth in the ASF v.2.0 
+   license (http://www.apache.org/licenses/LICENSE-2.0)?
+</p><p>
+d) Does your employer have any rights to code that you have 
+   written, for example, through your contract for employment?  If 
+   so, has your employer given you permission to contribute the code 
+   on its behalf or waived its rights in the code? 
+</p><p>
+e) Are you aware of any third-party licenses or other 
+   restrictions (such as related patents or trademarks) that could 
+   apply to your contribution?  If so, what are they?
+
+</p><p>
+7.4 Contributors who make regular and substantial contributions may become
+committers as described below.
+
+</p>
+</s2>
+
+<s2 title="8 COMMITTERS" >
+<p>
+8.1 Each subproject has a set of committers. Committers are 
+contributors who have read/write access to the source code 
+repository. 
+
+</p><p>
+8.2 Normally, a new committer is added after a contributor has
+been nominated by a committer and approved by at least 50 percent
+of the active committers for that subproject with no opposing
+votes.  In the case that a subproject has a very small number of
+active committers, the PMC may choose to require a PMC resolution
+to approve the nomination of a contributor by one of the active
+committers in that subproject.  All committers must have a signed
+Contributor License Agreement on file with the Secretary of the
+Corporation.  Since, in most cases, contributors will already
+have contributed significant amounts of code, this should usually
+have been done before nomination.
+
+</p><p>
+8.3 Although committers have write access to all Apache Xerces 
+subprojects,
+they are only permitted to make changes to the subprojects to which they
+have been elected committers.  A committer may be elected to multiple
+subprojects, but, except that no new access need be granted, the 
+process is the same as for any other contributor.
+
+</p><p>
+8.4 For the purposes of voting, committers will be classed as "active" or
+"inactive". Only active committers will be included in the totals used to 
+determine the success or failure of a particular vote, and
+only active committers are part of the PMC.
+
+</p><p>
+8.5 Committers remain active as long as they are contributing code or
+posting to the subproject mailing lists.  If a committer has neither
+contributed code nor posted to the subproject mailing lists in 3
+months, the PMC chair may e-mail the 
+committer, the subproject development list, and the PMC mailing list 
+notifying the committer that they are going to be moved to inactive 
+status.  If there is no response in 72 hours, the committer will become 
+inactive, and may be removed from the PMC mailing list.
+
+</p><p>
+8.6 An inactive status will not prevent a committer committing new code
+changes or posting to the mailing lists.  Either of these activities will
+automatically re-activate the committer for the purposes of 
+voting, and necessitate their addition to the PMC mailing list.
+
+</p>
+</s2>
+<s2 title="9 INFRASTRUCTURE" >
+<p>
+9.1 The Apache Xerces project relies on the Apache XML project 
+and the Apache Infrastructure project for the following:
+
+</p><p>
+a) Bug Database -- This is a system for tracking bugs and feature
+   requests.
+
+</p><p>
+b) Subproject Source Repositories -- These are several repositories
+   containing both the source code and documentation for the
+   subprojects. 
+
+</p><p>
+c) Website -- A xerces.apache.org website will contain information about
+   the Apache Xerces project, including documentation, downloads of
+   releases, and this charter. Each subproject will have its own website
+   with subproject information.
+
+</p><p>
+d) PMC Mailing List -- This list is for PMC business requiring
+   confidentiality, particularly when an individual or company requests
+   discretion. All other PMC business should be done on the general
+   mailing list.
+
+</p><p>
+e) General Mailing List -- This mailing list is open to the public. It is
+   intended for discussions that cross subprojects.
+
+</p><p>
+f) Subproject Mailing Lists -- Each subproject should have at least one 
+devoted mailing
+   list. Many subprojects may wish to have both user and development
+   lists. The individual subprojects may decide on the exact structure of
+   their mailing lists.
+
+</p>
+</s2>
+<s2 title="10 LICENSING" >
+<p>
+10.1 All contributions to the Apache Xerces project adhere to the 
+Apache Software Foundation License, v.2.0 
+(http://www.apache.org/licenses/LICENSE-2.0)?
+All further contributions must be made under the
+same terms. 
+
+</p><p>
+10.2 When a committer is considering integrating a contribution 
+from a contributor who has no CLA on file with the Corporation, 
+it is the responsibility of the committer, in consultation with 
+the PMC, to conduct due diligence on the pedigree of the 
+contribution under consideration; see sections 7.2 and 7.3.
+
+</p>
+</s2>
+<s2 title="11 THE DEVELOPMENT PROCESS" >
+<p>
+11.1 The development process is intentionally lightweight; like other
+Apache projects, the committers decide which changes may be committed
+to the repository. Three +1 ('yes' votes) with no -1 ('no' votes or
+vetoes) are needed to approve a significant code change. For 
+efficiency, some code changes from some contributors (e.g. 
+feature additions, bug fixes) may be approved in advance, in 
+which case they may be committed first and changed as needed, 
+with conflicts resolved by majority vote of the committers.
+
+</p>
+</s2>
+<s2 title="12 SUBPROJECT REQUIREMENTS" >
+<p>
+12.1 Each subproject should have a set of requirements as well as an
+up-to-date release plan and design document on its dedicated web page.
+
+</p><p>
+12.2 It is recommended that each subproject have a smoke-test system 
+that works at least as a basic integration test.
+
+</p>
+</s2>
+<s2 title="13 RELATIONSHIP TO OTHER APACHE PROJECTS" >
+
+<p>
+13.1 The Apache Xerces project should work closely with other Apache
+projects, such as XML, Jakarta and the Apache Server, to avoid redundancy
+and achieve a coherent architecture among Apache Xerces and these
+projects.
+
+</p>
+
+</s2>
+
+
+</s1>

Added: xerces/c/web/xml/download.xml
URL: http://svn.apache.org/viewvc/xerces/c/web/xml/download.xml?rev=630876&view=auto
==============================================================================
--- xerces/c/web/xml/download.xml (added)
+++ xerces/c/web/xml/download.xml Mon Feb 25 07:21:44 2008
@@ -0,0 +1,242 @@
+<?xml version="1.0"  encoding="iso-8859-1" standalone="no"?>
+<!--
+ * 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.
+-->
+
+<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
+
+<s1 title="Download">
+
+  <s2 title="Download">
+    <p>Use the links below to download &XercesCName; from one of
+       our mirrors.  You <em>must</em> <link anchor="verify">verify the
+       integrity</link> of the downloaded files using signatures downloaded
+       from our main distribution directory.</p>
+
+    <p>You can download the &XercesCName; distributions from
+       the <jump href="http://www.apache.org/dist/xerces/c/">master
+       distribution directory</jump> or, preferably, its <jump
+       href="[preferred]/xerces/c/">mirror</jump>. Only current
+       recommended releases are available on the main distribution
+       site and its mirrors. Older releases are available from the
+       <jump href="http://archive.apache.org/dist/xml/xerces-c/">archive
+       download site.</jump></p>
+  </s2>
+
+  <s2 title="Mirror">
+    <p>The currently selected mirror is <em>[preferred]</em>.  If you
+       encounter a problem with this mirror, please select another
+       mirror.  If all mirrors are failing, there are <em>backup</em>
+       mirrors (at the end of the mirrors list) that should be available.</p>
+
+
+<form action="[location]" method="get" id="SelectMirror">
+Other mirrors: <select name="Preferred">
+[if-any http]
+  [for http]<option value="[http]">[http]</option>[end]
+[end]
+[if-any ftp]
+  [for ftp]<option value="[ftp]">[ftp]</option>[end]
+[end]
+[if-any backup]
+  [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+[end]
+</select>
+<input type="submit" value="Change" />
+</form>
+
+    <p>You may also consult the <jump href="http://www.apache.org/mirrors/">complete
+       list of mirrors</jump>.</p>
+  </s2>
+
+  <s2 title="Current Release">
+
+    <p>The &XercesCName; 2.8.0 release is available in source code
+       and as pre-compiled binary distributions.</p>
+
+    <s3 title="Source Distributions">
+      <p>
+         <jump href="[preferred]/xerces/c/sources/xerces-c-src_2_8_0.zip">xerces-c-src_2_8_0.zip</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/sources/xerces-c-src_2_8_0.zip.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/sources/xerces-c-src_2_8_0.zip.md5">MD5</jump>]<br/>
+
+         <jump href="[preferred]/xerces/c/sources/xerces-c-src_2_8_0.tar.gz">xerces-c-src_2_8_0.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/sources/xerces-c-src_2_8_0.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/sources/xerces-c-src_2_8_0.tar.gz.md5">MD5</jump>]
+      </p>
+
+      <p>If you plan to regenerate the HTML documentation or create new
+         error messages then you will also need the following tools
+         distribution:</p>
+
+      <p>
+         <jump href="[preferred]/xerces/c/sources/xerces-c-tools_2_8_0.zip">xerces-c-tools_2_8_0.zip</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/sources/xerces-c-tools_2_8_0.zip.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/sources/xerces-c-tools_2_8_0.zip.md5">MD5</jump>]<br/>
+
+         <jump href="[preferred]/xerces/c/sources/xerces-c-tools_2_8_0.tar.gz">xerces-c-tools_2_8_0.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/sources/xerces-c-tools_2_8_0.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/sources/xerces-c-tools_2_8_0.tar.gz.md5">MD5</jump>]
+      </p>
+    </s3>
+
+    <s3 title="Binary Distributions">
+      <p><em>32 bit</em><br/>
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-x86-windows-vc_7_1.zip">xerces-c_2_8_0-x86-windows-vc_7_1.zip</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-x86-windows-vc_7_1.zip.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-x86-windows-vc_7_1.zip.md5">MD5</jump>]
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-x86-windows-vc_8_0.zip">xerces-c_2_8_0-x86-windows-vc_8_0.zip</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-x86-windows-vc_8_0.zip.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-x86-windows-vc_8_0.zip.md5">MD5</jump>]
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-x86-linux-gcc_3_4.tar.gz">xerces-c_2_8_0-x86-linux-gcc_3_4.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-x86-linux-gcc_3_4.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-x86-linux-gcc_3_4.tar.gz.md5">MD5</jump>]
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-x86-solaris-gcc_3_4.tar.gz">xerces-c_2_8_0-x86-solaris-gcc_3_4.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-x86-solaris-gcc_3_4.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-x86-solaris-gcc_3_4.tar.gz.md5">MD5</jump>]
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-x86-solaris-cc_5_7.tar.gz">xerces-c_2_8_0-x86-solaris-cc_5_7.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-x86-solaris-cc_5_7.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-x86-solaris-cc_5_7.tar.gz.md5">MD5</jump>]
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-sparc-solaris-gcc_3_4.tar.gz">xerces-c_2_8_0-sparc-solaris-gcc_3_4.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-sparc-solaris-gcc_3_4.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-sparc-solaris-gcc_3_4.tar.gz.md5">MD5</jump>]
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-sparc-solaris-cc_5_7.tar.gz">xerces-c_2_8_0-sparc-solaris-cc_5_7.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-sparc-solaris-cc_5_7.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-sparc-solaris-cc_5_7.tar.gz.md5">MD5</jump>]
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-powerpc-aix-xlc_7_0.tar.gz">xerces-c_2_8_0-powerpc-aix-xlc_7_0.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-powerpc-aix-xlc_7_0.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-powerpc-aix-xlc_7_0.tar.gz.md5">MD5</jump>]
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-hppa-hpux-acc_3.tar.gz">xerces-c_2_8_0-hppa-hpux-acc_3.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-hppa-hpux-acc_3.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-hppa-hpux-acc_3.tar.gz.md5">MD5</jump>]
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-hppa-hpux-acc_3_AA.tar.gz">xerces-c_2_8_0-hppa-hpux-acc_3_AA.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-hppa-hpux-acc_3_AA.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-hppa-hpux-acc_3_AA.tar.gz.md5">MD5</jump>]
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-ia64-hpux-acc_6.tar.gz">xerces-c_2_8_0-ia64-hpux-acc_6.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-ia64-hpux-acc_6.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-ia64-hpux-acc_6.tar.gz.md5">MD5</jump>]
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-x86-macosx-gcc_4_0.tar.gz">xerces-c_2_8_0-x86-macosx-gcc_4_0.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-x86-macosx-gcc_4_0.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-x86-macosx-gcc_4_0.tar.gz.md5">MD5</jump>]
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-powerpc-macosx-gcc_4_0.tar.gz">xerces-c_2_8_0-powerpc-macosx-gcc_4_0.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-powerpc-macosx-gcc_4_0.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-powerpc-macosx-gcc_4_0.tar.gz.md5">MD5</jump>]
+
+      </p>
+
+      <p><em>64 bit</em><br/>
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-x86_64-windows-vc_8_0.zip">xerces-c_2_8_0-x86_64-windows-vc_8_0.zip</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-x86_64-windows-vc_8_0.zip.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-x86_64-windows-vc_8_0.zip.md5">MD5</jump>]
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-x86_64-linux-gcc_3_4.tar.gz">xerces-c_2_8_0-x86_64-linux-gcc_3_4.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-x86_64-linux-gcc_3_4.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-x86_64-linux-gcc_3_4.tar.gz.md5">MD5</jump>]
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-x86_64-solaris-gcc_3_4.tar.gz">xerces-c_2_8_0-x86_64-solaris-gcc_3_4.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-x86_64-solaris-gcc_3_4.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-x86_64-solaris-gcc_3_4.tar.gz.md5">MD5</jump>]
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-x86_64-solaris-cc_5_7.tar.gz">xerces-c_2_8_0-x86_64-solaris-cc_5_7.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-x86_64-solaris-cc_5_7.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-x86_64-solaris-cc_5_7.tar.gz.md5">MD5</jump>]
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-sparc_v9-solaris-gcc_3_4.tar.gz">xerces-c_2_8_0-sparc_v9-solaris-gcc_3_4.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-sparc_v9-solaris-gcc_3_4.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-sparc_v9-solaris-gcc_3_4.tar.gz.md5">MD5</jump>]
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-sparc_v9-solaris-cc_5_7.tar.gz">xerces-c_2_8_0-sparc_v9-solaris-cc_5_7.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-sparc_v9-solaris-cc_5_7.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-sparc_v9-solaris-cc_5_7.tar.gz.md5">MD5</jump>]
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-powerpc_64-aix-xlc_7_0.tar.gz">xerces-c_2_8_0-powerpc_64-aix-xlc_7_0.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-powerpc_64-aix-xlc_7_0.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-powerpc_64-aix-xlc_7_0.tar.gz.md5">MD5</jump>]
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-hppa_64-hpux-acc_3.tar.gz">xerces-c_2_8_0-hppa_64-hpux-acc_3.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-hppa_64-hpux-acc_3.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-hppa_64-hpux-acc_3.tar.gz.md5">MD5</jump>]
+
+	 <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-hppa_64-hpux-acc_3_AA.tar.gz">xerces-c_2_8_0-hppa_64-hpux-acc_3_AA.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-hppa_64-hpux-acc_3_AA.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-hppa_64-hpux-acc_3_AA.tar.gz.md5">MD5</jump>]
+
+         <jump href="[preferred]/xerces/c/binaries/xerces-c_2_8_0-ia64_64-hpux-acc_6.tar.gz">xerces-c_2_8_0-ia64_64-hpux-acc_6.tar.gz</jump>
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-ia64_64-hpux-acc_6.tar.gz.asc">PGP</jump>]
+         [<jump href="http://www.apache.org/dist/xerces/c/binaries/xerces-c_2_8_0-ia64_64-hpux-acc_6.tar.gz.md5">MD5</jump>]
+
+      </p>
+    </s3>
+  </s2>
+
+  <anchor name="verify"/>
+  <s2 title="Verify the integrity of the files">
+
+    <p>It is essential that you verify the integrity of the downloaded
+       files using the PGP or MD5 signatures.  Please read <jump
+       href="http://httpd.apache.org/dev/verification.html">Verifying
+       HTTP Server Releases</jump> for more information on why you
+       should verify our releases.</p>
+
+    <p>The PGP signatures can be verified using PGP or GPG. First
+       download the <jump href="http://www.apache.org/dist/xerces/c/KEYS">&XercesCName; KEYS</jump>
+       as well as the <code>.asc</code> signature file for the particular
+       distribution.  Make sure you get these files from the <jump
+       href="http://www.apache.org/dist/xerces/c/">main distribution
+       directory</jump>, rather than from a mirror. Then verify the
+       signatures using:</p>
+
+<source>
+% pgpk -a KEYS
+% pgpv &lt;distribution-name>.asc
+</source>
+<p><em>or</em></p>
+<source>
+% pgp -ka KEYS
+% pgp &lt;distribution-name>.asc
+</source>
+<p><em>or</em></p>
+<source>
+% gpg --import KEYS
+% gpg --verify &lt;distribution-name>.asc
+</source>
+
+    <p>Alternatively, you can verify the MD5 signature on the files. A
+       command line program called <code>md5</code> or <code>md5sum</code>
+       is included in most UNXI distributions.  It is also available as
+       part of <jump href="http://www.gnu.org/software/textutils/textutils.html">GNU
+       Textutils</jump>.  Windows users can get binary md5 programs from <jump
+       href="http://www.fourmilab.ch/md5/">here</jump>, <jump
+       href="http://www.pc-tools.net/win32/freeware/console/">here</jump>, or
+       <jump href="http://www.slavasoft.com/fsum/">here</jump>.</p>
+
+  </s2>
+
+</s1>

Added: xerces/c/web/xml/feedback.xml
URL: http://svn.apache.org/viewvc/xerces/c/web/xml/feedback.xml?rev=630876&view=auto
==============================================================================
--- xerces/c/web/xml/feedback.xml (added)
+++ xerces/c/web/xml/feedback.xml Mon Feb 25 07:21:44 2008
@@ -0,0 +1,192 @@
+<?xml version="1.0"  encoding="iso-8859-1" standalone="no"?>
+<!--
+ * 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.
+-->
+
+<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
+
+<s1 title="Feedback Procedures">
+    <s2 title="Questions or Comments">
+
+    <p>Please browse through this bundled documentation completely.  Most of
+       the common questions have been answered in the FAQs. Browsing this
+       documentation may be the quickest way to get an answer. Of course, if
+       all else fails, as mentioned in the link above, you can post a question
+       to one of the <jump href="mailing-lists.html">&XercesCName; mailing
+       lists</jump>.</p> <p>See <jump href="bug-report.html">Bug Reporting</jump>
+       if you would like to report a defect (which is greatly appreciated).</p>
+
+    </s2>
+
+    <s2 title="Acknowledgements">
+
+        <p>Ever since this source code base was initially created, many people
+           have helped to port the code to different platforms, and provided
+           patches for both new features and bug fixes.
+        </p>
+
+        <p>Listed below are some names (in alphabetical order) of people to whom
+        we would like to give special thanks. </p>
+
+        <ul>
+            <li>Nadav Aharoni</li>
+            <li>Curt Arnold</li>
+            <li>Edward Avis</li>
+            <li>Anupam Bagchi</li>
+            <li>Torbjörn Bäckström</li>
+            <li>Abe Backus</li>
+            <li>Frank Balluffi</li>
+            <li>Matthew Baker</li>
+            <li>Devin Barnhart</li>
+            <li>James Berry</li>
+            <li>David Bertoni</li>
+            <li>John Bellardo</li>
+            <li>Arundhati Bhowmick</li>
+            <li>Joanne Bogart</li>
+            <li>Michael Boos</li>
+            <li>Edward Bortner</li>
+            <li>Sean Bright</li>
+            <li>Phil Brown</li>
+            <li>Robert Buck</li>
+            <li>Scott Cantor</li>
+            <li>David Cargill</li>
+            <li>Chris Cates</li>
+            <li>Gilbert Chan</li>
+            <li>Sumit Chawla</li>
+            <li>Nick Chiang</li>
+            <li>Chih Hsiang Chou</li>
+            <li>Radovan Chytracek</li>
+            <li>Hiram Clawson</li>
+            <li>John Clayton</li>
+            <li>Todd Collins</li>
+            <li>Nathan Codding</li>
+            <li>Michael Crawford</li>
+            <li>Murray Cumming</li>
+            <li>Zeid Derhally</li>
+            <li>James Devries</li>
+            <li>Ailian Ding</li>
+            <li>Steve Dulin</li>
+            <li>David Earlam</li>
+            <li>Helmut Eiken</li>
+            <li>Mark Everline</li>
+            <li>Andrew Fang</li>
+            <li>Simon Fell</li>
+            <li>Paul Ferguson</li>
+            <li>Greg Franks</li>
+            <li>Pierpaolo Fumagalli</li>
+            <li>Syam Gadde</li>
+            <li>Guido Gagliardi</li>
+            <li>Gary Gale</li>
+            <li>Michael Glavassevich</li>
+	    <li>Natalie Gorden</li>
+            <li>Max Gotlib</li>
+            <li>Petr Gotthard</li>
+            <li>Neil Graham</li>
+            <li>Matthew Hall</li>
+            <li>Jay Hansen</li>
+            <li>Susan Hardenbrook</li>
+            <li>Jeff Harrell</li>
+            <li>Andrew Hefford</li>
+            <li>Adam Heinz</li>
+            <li>Andy Heninger</li>
+            <li>John Hibbert</li>
+            <li>William L. Hopper</li>
+            <li>Michael Huedepohl</li>
+            <li>Anders Hybertz</li>
+            <li>Rahul Jain</li>
+            <li>Tom Jordahl</li>
+            <li>Christopher Just</li>
+            <li>Martin Kalen</li>
+            <li>Joe Kesselman</li>
+            <li>John Kim</li>
+            <li>Artur Klauser</li>
+            <li>Bob Kline</li>
+            <li>Richard Ko</li>
+            <li>Boris Kolpackov</li>
+            <li>Paul Kramer</li>
+            <li>Volker Krause</li>
+            <li>Berin Lautenbach</li>
+            <li>Arnaud LeHors</li>
+            <li>Andy Levine</li>
+            <li>Jeff Lewis</li>
+            <li>James Littlejohn</li>
+            <li>Ray Logel</li>
+            <li>Pedro Lopes</li>
+            <li>Matt Lovett</li>
+            <li>Sean MacRoibeaird</li>
+            <li>Alberto Massari</li>
+            <li>Don Mastrovito</li>
+            <li>David McCreedy</li>
+            <li>Charles McLouth</li>
+            <li>Shin'ya Morino</li>
+            <li>Urs Muff</li>
+            <li>Jordan Naftolin</li>
+            <li>Tinny Ng</li>
+            <li>David Nickerson</li>
+            <li>Anton Nikolaevsky</li>
+            <li>Khaled Noaman</li>
+            <li>Michael Ottati</li>
+            <li>Anthony O'Dowd</li>
+            <li>Mike Pawlowski</li>
+            <li>Kevin Philips</li>
+            <li>Mike Pogue</li>
+            <li>Joe Polastre</li>
+            <li>John Ponzo</li>
+            <li>Vitaly Prapirny</li>
+            <li>Shengkai Qu</li>
+            <li>Gareth Reakes</li>
+            <li>Jim Reitz</li>
+            <li>Caroline Rioux</li>
+            <li>Dean Roddey</li>
+            <li>John Roper</li>
+            <li>Dan Rosen</li>
+            <li>Steven Rosenthal</li>
+            <li>Erik Rydgren</li>
+            <li>Markus Scherer</li>
+            <li>Bill Schindler</li>
+            <li>Erik Schroeder</li>
+            <li>Christian Schuhegger</li>
+            <li>Tobias Schuette</li>
+            <li>John Smirl</li>
+            <li>Andrei Smirnov</li>
+            <li>John Snelson</li>
+            <li>Gereon Steffens</li>
+            <li>Jason Stewart</li>
+            <li>Rick J. Stevens</li>
+            <li>Roman Sulzhyk</li>
+            <li>Linda M. Swan</li>
+            <li>Vasily Tchekalkin</li>
+            <li>Pieter Van-Dyck</li>
+            <li>Curtis Walker</li>
+            <li>John Warrier</li>
+            <li>Tom Watson</li>
+            <li>Mark Weaver</li>
+            <li>Roger Webster</li>
+            <li>Robert Weir</li>
+            <li>Axel Weiss</li>
+            <li>Carolyn Weiss</li>
+            <li>Christian Will</li>
+            <li>Kari Whitcomb</li>
+            <li>Dietrich Wolf</li>
+            <li>Kirk Wylie</li>
+            <li>Peter A. Volchek</li>
+            <li>Grace Yan</li>
+            <li>Hiramatsu Yoshifumi</li>
+            <li>PeiYong Zhang</li>
+            <li>Henry Zongaro</li>
+        </ul>
+    </s2>
+</s1>

Added: xerces/c/web/xml/index.html
URL: http://svn.apache.org/viewvc/xerces/c/web/xml/index.html?rev=630876&view=auto
==============================================================================
--- xerces/c/web/xml/index.html (added)
+++ xerces/c/web/xml/index.html Mon Feb 25 07:21:44 2008
@@ -0,0 +1,11 @@
+<HTML>
+<HEAD>
+   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+   <TITLE>Xerces-C Home</TITLE>
+</HEAD>
+<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#000000" VLINK="#000000" ALINK="#000000"
+onLoad="javascript:document.location='http://xerces.apache.org/xerces-c/index.html';return;">
+</BODY>
+</HTML>
+
+

Propchange: xerces/c/web/xml/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xerces/c/web/xml/index.html
------------------------------------------------------------------------------
    svn:keywords = 

Added: xerces/c/web/xml/mailing-lists.xml
URL: http://svn.apache.org/viewvc/xerces/c/web/xml/mailing-lists.xml?rev=630876&view=auto
==============================================================================
--- xerces/c/web/xml/mailing-lists.xml (added)
+++ xerces/c/web/xml/mailing-lists.xml Mon Feb 25 07:21:44 2008
@@ -0,0 +1,59 @@
+<?xml version="1.0"  encoding="iso-8859-1" standalone="no"?>
+<!--
+ * 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.
+-->
+
+<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
+
+<s1 title="Mailing Lists">
+
+  <s2 title="Overview">
+    <p>The &XercesCName; project hosts two mailing lists:
+       <jump href="mailto&colon;&XercesCUserEmailAddress;">&XercesCUserEmailAddress;</jump>
+       for general usage questions and
+       <jump href="mailto&colon;&XercesCDevelEmailAddress;">&XercesCDevelEmailAddress;</jump>
+       for the development-related discussions. Note that both lists accept
+       posts from subscribers only so you need to subscribe before sending
+       your questions (see below). Previous message archives and NNTP news
+       gateways are available for both mailing lists. For more information
+       on Apache-hosted mailing lists see <jump href="http://xml.apache.org/mail.html">
+       Mailing Lists and Usage Notes</jump>.</p>
+
+    <s3 title="User mailing list">
+      <p>To subscribe send an email to <jump href="mailto&colon;&XercesCUserSAddress;">&XercesCUserSAddress;</jump></p>
+      <p>To unsubscribe send an email to <jump href="mailto&colon;&XercesCUserUAddress;">&XercesCUserUAddress;</jump></p>
+      <p>For help send an email to <jump href="mailto&colon;&XercesCUserHAddress;">&XercesCUserHAddress;</jump></p>
+      <p>To post to the mailing list send an email to <jump href="mailto&colon;&XercesCUserEmailAddress;">&XercesCUserEmailAddress;</jump></p>
+      <p>NNTP news gateway: <jump href="nntp://news.gmane.org/gmane.text.xml.xerces-c.user">gmane.text.xml.xerces-c.user</jump></p>
+      <p>Mailing list archives:
+         <jump href="http://marc.info/?l=xerces-c-users">MARC</jump>,
+         <jump href="http://news.gmane.org/gmane.text.xml.xerces-c.user">Gmane</jump>,
+         <jump href="http://mail-archives.apache.org/mod_mbox/xerces-c-users/">Apache</jump></p>
+    </s3>
+
+    <s3 title="Developer mailing list">
+      <p>To subscribe send an email to <jump href="mailto&colon;&XercesCDevelSAddress;">&XercesCDevelSAddress;</jump></p>
+      <p>To unsubscribe send an email to <jump href="mailto&colon;&XercesCDevelUAddress;">&XercesCDevelUAddress;</jump></p>
+      <p>For help send an email to <jump href="mailto&colon;&XercesCDevelHAddress;">&XercesCDevelHAddress;</jump></p>
+      <p>To post to the mailing list send an email to <jump href="mailto&colon;&XercesCDevelEmailAddress;">&XercesCDevelEmailAddress;</jump></p>
+      <p>NNTP news gateway: <jump href="nntp://news.gmane.org/gmane.text.xml.xerces-c.devel">gmane.text.xml.xerces-c.devel</jump></p>
+      <p>Mailing list archives:
+         <jump href="http://marc.info/?l=xerces-c-dev">MARC</jump>,
+         <jump href="http://news.gmane.org/gmane.text.xml.xerces-c.devel">Gmane</jump>,
+         <jump href="http://mail-archives.apache.org/mod_mbox/xerces-c-dev/">Apache</jump></p>
+    </s3>
+  </s2>
+</s1>

Added: xerces/c/web/xml/readme.xml
URL: http://svn.apache.org/viewvc/xerces/c/web/xml/readme.xml?rev=630876&view=auto
==============================================================================
--- xerces/c/web/xml/readme.xml (added)
+++ xerces/c/web/xml/readme.xml Mon Feb 25 07:21:44 2008
@@ -0,0 +1,159 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+ * 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.
+-->
+
+<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
+
+<s1 title="&XercesCFullName;">
+
+    <s2 title="&XercesCName;">
+
+        <p>&XercesCName; is a validating XML parser written in a portable subset of
+        C++.   &XercesCName; makes it easy to give your application the ability to read and write
+        <jump href="http://www.w3.org/XML/">XML</jump> data.    A shared
+        library is provided for parsing, generating, manipulating, and validating XML documents
+        using the DOM, SAX, and SAX2 APIs. For an introduction to programming
+        with &XercesCName; refer to the <jump href="program-&XercesC3Series;.html">Programming
+        Guide</jump>.</p>
+
+        <p>&XercesCName; is faithful to the
+        <jump href="http://www.w3.org/TR/REC-xml">XML 1.0</jump> recommendation
+        and many associated standards (see <link anchor="Features">Features</link> below).
+        </p>
+        <p>The parser provides high performance, modularity, and scalability.    Source
+        code, samples and API documentation are provided with the parser.   For
+        portability, care has been taken to make minimal use of templates,
+        no RTTI, and minimal use of #ifdefs.</p>
+
+    </s2>
+
+    <s2 title="Applications of the &XercesCProjectName; Parser">
+
+        <p>&XercesCProjectName; has rich generating and validating capabilities. The parser is used for:</p>
+
+        <ul>
+            <li>Building XML-savvy Web servers</li>
+            <li>Building next generation of vertical applications that use XML as
+              their data format</li>
+            <li>On-the-fly validation for creating XML editors</li>
+            <li>Ensuring the integrity of e-business data expressed in XML</li>
+            <li>Building truly internationalized XML applications</li>
+        </ul>
+    </s2>
+
+    <anchor name="Features"/>
+    <s2 title="Features">
+        <ul>
+            <li>Conforms to</li>
+            <ul>
+               <li><jump href="http://www.w3.org/TR/2004/REC-xml-20040204/">
+                   XML 1.0 (Third Edition)</jump>, W3C Recommendation</li>
+			   <li><jump href="http://www.w3.org/TR/2004/REC-xml11-20040204/">
+                   XML 1.1 (First Edition)</jump>, W3C Recommendation
+                   (Note: section 2.13 Normalization Checking has not been implemented)</li>
+               <li><jump href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/">
+                   DOM Level 1 Specification</jump>, W3C Recommendation of October 1, 1998</li>
+               <li><jump href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/">
+                   DOM Level 2 Core Specification</jump>, W3C Recommendation of November 13, 2000</li>
+               <li><jump href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113/">
+                   DOM Level 2 Traversal and Range Specification</jump>,
+                   W3C Recommendation of November 13, 2000</li>
+               <li><jump href="http://sax.sourceforge.net/">SAX 1.0 and SAX 2.0</jump></li>
+               <li><jump href="http://www.w3.org/TR/1999/REC-xml-names-19990114/">
+                   Namespaces in XML</jump>, W3C Recommendation of January 14, 1999</li>
+	           <li><jump href="http://www.w3.org/TR/xml-names11/">
+                   Namespaces in XML 1.1</jump>, W3C Recommendation</li>
+               <li><jump href="http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/">
+                   XML Schema Part 1: Structure</jump>, W3C Recommendation 2 May 2001</li>
+               <li><jump href="http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/">
+                   XML Schema Part 2: Datatypes</jump>, W3C Recommendation 2 May 2001</li>
+               <li><jump href="http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407">
+            	   DOM Level 3.0 Core Specification</jump>, W3C Recommendation 7 April 2004</li>
+               <li><jump href="http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407">
+            	   DOM Level 3.0 Load and Save Specification</jump>, W3C Recommendation 7 April 2004<br/>
+	               See <jump href="dom3-&XercesC3Series;.html">DOM Level 3 Support</jump> for detail.</li>
+               <li><jump href="http://www.w3.org/TR/2006/REC-xinclude-20061115/">
+            	   XML Inclusions (XInclude) 1.0 (Second Edition)</jump>, W3C Recommendation 15 November 2006</li>
+            </ul>
+            <li>Source code, samples, and documentation is provided</li>
+            <li>Programmatic generation and validation of XML</li>
+            <li>Pluggable catalogs, validators and encodings</li>
+            <li>High performance</li>
+            <li>Customizable error handling</li>
+        </ul>
+    </s2>
+
+    <s2 title="Platforms with Binaries">
+
+      <p>Precompiled binaries are available for the following platforms
+         and compilers:</p>
+
+      <table>
+        <tr><th><em>Operating System</em></th><th><em>Compiler</em></th></tr>
+	<tr><th colspan="2"><em>32-bit</em></th></tr>
+	<tr><td>Windows x86</td><td>MS Visual C++ 7.1 (2003)</td></tr>
+	<tr><td>Windows x86</td><td>MS Visual C++ 8.0 (2005)</td></tr>
+	<tr><td>Linux x86</td><td>GCC 3.4.x or later</td></tr>
+	<tr><td>Solaris 10 x86</td><td>GCC 3.4.x or later</td></tr>
+	<tr><td>Solaris 10 x86</td><td>Sun C++ 5.7 (Studio 10) or later</td></tr>
+	<tr><td>Solaris 10 SPARC</td><td>GCC 3.4.x or later</td></tr>
+	<tr><td>Solaris 10 SPARC</td><td>Sun C++ 5.7 (Studio 10) or later</td></tr>
+	<tr><td>AIX 5.3 PowerPC</td><td>IBM XL C++ 7.0 or later</td></tr>
+	<tr><td>HP-UX 11i PA-RISC</td><td>HP aCC A.03.x</td></tr>
+	<tr><td>HP-UX 11i IA-64</td><td>HP aCC A.06.x</td></tr>
+	<tr><td>MacOS X 10.4 "Tiger" x86</td><td>GCC 4.0.x (Xcode 2.x) or later</td></tr>
+	<tr><td>MacOS X 10.4 "Tiger" PowerPC</td><td>GCC 4.0.x (Xcode 2.x) or later</td></tr>
+
+	<tr><th colspan="2"><em>64-bit</em></th></tr>
+	<tr><td>Windows x86-64</td><td>MS Visual C++ 8.0 (2005)</td></tr>
+	<tr><td>Linux x86-64</td><td>GCC 3.4.x or later</td></tr>
+	<tr><td>Solaris 10 x86-64</td><td>GCC 3.4.x or later</td></tr>
+	<tr><td>Solaris 10 x86-64</td><td>Sun C++ 5.7 (Studio 10) or later</td></tr>
+	<tr><td>Solaris 10 SPARC</td><td>GCC 3.4.x or later</td></tr>
+	<tr><td>Solaris 10 SPARC</td><td>Sun C++ 5.7 (Studio 10) or later</td></tr>
+	<tr><td>AIX 5.3 PowerPC</td><td>IBM XL C++ 7.0 or later</td></tr>
+	<tr><td>HP-UX 11i PA-RISC</td><td>HP aCC A.03.x</td></tr>
+	<tr><td>HP-UX 11i IA-64</td><td>HP aCC A.06.x</td></tr>
+      </table>
+    </s2>
+
+    <s2 title="Other Platforms and Compilers">
+        <ul>
+            <li>MS Visual C++ 6.0</li>
+            <li>Cygwin</li>
+	    <li>MinGW-MSYS</li>
+            <li>GCC 3.2.x</li>
+            <li>Solaris 8, 9</li>
+            <li>AIX 5.1, 5.2</li>
+            <li>OS/390</li>
+            <li>AS/400</li>
+            <li>FreeBSD</li>
+            <li>SGI IRIX</li>
+            <li>OS/2</li>
+            <li>PTX</li>
+            <li>UnixWare</li>
+        </ul>
+    </s2>
+
+    <s2 title="License Information">
+       <p>&XercesCName; is available in both source distribution and binary distribution.
+          &XercesCName; is made available under the
+          <jump href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License, Version 2.0</jump>.
+       </p>
+    </s2>
+
+</s1>

Added: xerces/c/web/xml/releases.xml
URL: http://svn.apache.org/viewvc/xerces/c/web/xml/releases.xml?rev=630876&view=auto
==============================================================================
--- xerces/c/web/xml/releases.xml (added)
+++ xerces/c/web/xml/releases.xml Mon Feb 25 07:21:44 2008
@@ -0,0 +1,166 @@
+<?xml version="1.0"  encoding="iso-8859-1" standalone="no"?>
+<!--
+ * 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.
+-->
+
+<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
+
+<s1 title="Releases">
+
+<s2 title="Releases Plan">
+<p> For future release plan about &XercesCName;,
+please refer to <jump href="releases_plan.html">Releases Plan</jump>.
+</p>
+</s2>
+
+<s2 title="Releases Archive">
+
+    <p>For release information about &XercesCName; 2.7.0 or earlier,
+       please refer to <jump href="releases_archive.html">Releases Archive</jump>.
+    </p>
+</s2>
+
+<s2 title="Release Information for &XercesCName; &XercesCLatest;">
+
+<p>The following new features and bug fixes have been implemented in
+&XercesCName; &XercesCLatest;:</p>
+
+<table>
+    <tr>
+        <th>Date</th>
+        <th>Contributor</th>
+        <th>Description</th>
+    </tr>
+
+
+<tr><td>2007-08-23</td><td>Scott Cantor</td><td>RPM spec file update to support 64 bit builds (XERCESC-1740)</td></tr>
+<tr><td>2007-08-22</td><td>Boris Kolpackov</td><td>Remove option to explicitly link against libc.</td></tr>
+<tr><td>2007-08-22</td><td>Alberto Massari</td><td>Rename afxres.h to winres.h (XERCESC-1737).</td></tr>
+<tr><td>2007-08-21</td><td>Boris Kolpackov</td><td>Static build option.</td></tr>
+<tr><td>2007-08-21</td><td>Boris Kolpackov</td><td>Exponential growth for DOM heap.</td></tr>
+<tr><td>2007-08-21</td><td>Boris Kolpackov</td><td>Add HTTPS scheme to URI.</td></tr>
+<tr><td>2007-08-21</td><td>Boris Kolpackov</td><td>64 bit Windows build (XERCESC-1531).</td></tr>
+<tr><td>2007-08-21</td><td>Boris Kolpackov</td><td>Explicit type conversion to get rid of a warning.</td></tr>
+<tr><td>2007-08-21</td><td>Boris Kolpackov</td><td>Auto-detect HP aCC3 vs aCC6 compiler versions.</td></tr>
+<tr><td>2007-08-21</td><td>Boris Kolpackov</td><td>Verbose mode (add VERBOSE=1 to the gmake command line).</td></tr>
+<tr><td>2007-08-21</td><td>Boris Kolpackov</td><td>Support for g++ on AIX and HP-UX.</td></tr>
+<tr><td>2007-08-21</td><td>Boris Kolpackov</td><td>Change optimization level on GNU/Linux from -O to -O2.</td></tr>
+<tr><td>2007-08-21</td><td>Boris Kolpackov</td><td>Add appendChildFast and call it in parser. Performance patch.</td></tr>
+<tr><td>2007-08-21</td><td>Boris Kolpackov</td><td>64 bit compile/link options auto-detection for Solaris.</td></tr>
+<tr><td>2007-08-21</td><td>Boris Kolpackov</td><td>VC8 projects.</td></tr>
+<tr><td>2007-07-30</td><td>Alberto Massari</td><td>The GroupContentRestricted error is used for both 'sequence' and 'choice' models, so get the model at runtime (XERCESC-1724).</td></tr>
+<tr><td>2007-07-26</td><td>Alberto Massari</td><td>XSWildcard was always getting a 'strict' processContent when the namespace list contained more than 2 elements.</td></tr>
+<tr><td>2007-07-23</td><td>Christian Will</td><td>Performance patch for XERCESC-1657.</td></tr>
+<tr><td>2007-07-23</td><td>Anton Nikolaevsky</td><td> Patch for XERCESC-1591.</td></tr>
+<tr><td>2007-07-18</td><td>Alberto Massari</td><td>Send the NODE_CLONED notification for each node in the tree when cloning the entire DOMDocument (XERCESC-1722).</td></tr>
+<tr><td>2007-06-15</td><td>David Bertoni</td><td>Fix for null pointer dereference in the case where the expression is empty and the case-insensitive option is specified.</td></tr>
+<tr><td>2007-06-09</td><td>Gilbert Chan</td><td>Apply base whitespace facet to enumeration values.</td></tr>
+<tr><td>2007-06-09</td><td>John Kim</td><td>Suppress DTD error message for attribute referring to unknown entity when attribute not used.</td></tr>
+<tr><td>2007-06-08</td><td>Alberto Massari</td><td>Add missing include for MinGW (XERCESC-1617)</td></tr>
+<tr><td>2007-06-01</td><td>David Cargill</td><td>Schema fixes for anonymous type with mixed and substitution with bock.</td></tr>
+<tr><td>2007-05-22</td><td>David Cargill</td><td>For enumeration only check base as per spec.</td></tr>
+<tr><td>2007-05-22</td><td>David Cargill</td><td>Only complain when NOTATION is in schema namespace.</td></tr>
+<tr><td>2007-05-15</td><td>Alberto Massari</td><td>mblen returns 0 when given an empty string; rewrote code to only use mbstowcs (XERCESC-1702).</td></tr>
+<tr><td>2007-04-17</td><td>Alberto Massari</td><td>In the Windows registry, the code page for an encoding is stored in @InternetEncoding, not in @Codepage (XERCESC-1092).</td></tr>
+<tr><td>2007-03-28</td><td>David Cargill</td><td>Various schema fixes.</td></tr>
+<tr><td>2007-03-27</td><td>Alberto Massari</td><td>Performance improvements.</td></tr>
+<tr><td>2007-03-27</td><td>Alberto Massari</td><td>A decimal value of 0.0 was treated as a positive number, so it was different from 0.</td></tr>
+<tr><td>2007-03-08</td><td>Alberto Massari</td><td>Fixed infinite loop when an XPath expression contained an unexpected character (XERCESC-1682).</td></tr>
+<tr><td>2007-03-06</td><td>Boris Kolpackov</td><td>IconvGNU and IconvFBSD transcoders override application-set locale (XERCESC-1660).</td></tr>
+<tr><td>2007-02-07</td><td>Alberto Massari</td><td>Even if the XSTS suite thinks differently, the XMLSchema 1.1 clarifies that two values derived from the same value space should be treated as equals; so find out the common ancestor and use it to perform the comparison.</td></tr>
+<tr><td>2007-02-06</td><td>Alberto Massari</td><td>When invoking the userData handlers, first build a snapshot of the map, so that the callbacks can update it safely.</td></tr>
+<tr><td>2007-01-31</td><td>Alberto Massari</td><td>Equal lexical values of unrelated types must be treated as different.</td></tr>
+<tr><td>2007-01-31</td><td>Alberto Massari</td><td>Handle escaped characters in schemaLocation attributes.</td></tr>
+<tr><td>2007-01-31</td><td>Alberto Massari</td><td>Before using a local memory manager, check that we have a valid pointer.</td></tr>
+<tr><td>2007-01-30</td><td>Alberto Massari</td><td>Allow 'list' and 'union' in the finalDefault attribute of a schema (XERCESC-1633).</td></tr>
+<tr><td>2007-01-30</td><td>Alberto Massari</td><td>Only xs:key should complain if not all the fields of an identity constraint are not found in the XML instance (XERCESC-1237).</td></tr>
+<tr><td>2007-01-29</td><td>David Cargill</td><td>Complex type restriction with substation group fix.</td></tr>
+<tr><td>2007-01-25</td><td>David Cargill</td><td>Schema and UTF32 fixes.</td></tr>
+<tr><td>2007-01-02</td><td>Alberto Massari</td><td>When calling getAttributeNodeNS, ensure we are providing a localName (XERCESC-1473).</td></tr>
+<tr><td>2006-12-30</td><td>Charles McLouth</td><td>Added support for WinSock and Windows Transcoder on Mingw/msys platform (XERCESC-1617).</td></tr>
+<tr><td>2006-12-27</td><td>Alberto Massari</td><td>Detect open() failures (XERCESC-1658).</td></tr>
+<tr><td>2006-12-11</td><td>Alberto Massari</td><td>Performance improvement: allocate memory only when the data inside the XMLElementDecl cannot be reused.</td></tr>
+<tr><td>2006-12-03</td><td>David Cargill</td><td>Schema derivation fixes.</td></tr>
+<tr><td>2006-12-03</td><td>David Cargill</td><td>Case insensitive regular expression fixes.</td></tr>
+<tr><td>2006-12-03</td><td>David Cargill</td><td>Static initialization fix.</td></tr>
+<tr><td>2006-10-20</td><td>Alberto Massari</td><td>Report the correct error when the XML PI has 'XML' instead of 'xml' (XERCESC-1641).</td></tr>
+<tr><td>2006-10-10</td><td>Alberto Massari</td><td>Allow whitespace-only nodes to be added as children of a DOMDocument.</td></tr>
+<tr><td>2006-10-05</td><td>David Cargill</td><td>Handle anonymous types properly.</td></tr>
+<tr><td>2006-10-05</td><td>David Cargill</td><td>Don't add extra whitespace when validating datatypes.</td></tr>
+<tr><td>2006-10-05</td><td>David Cargill</td><td>Treat "." as invalid double/float.</td></tr>
+<tr><td>2006-09-29</td><td>David Bertoni</td><td>Removed unnecessary transcoding of file names, that resulted in round-trip transcoding.  Moved calls to initializer list to avoid initializing to a default value.</td></tr>
+<tr><td>2006-09-27</td><td>David Bertoni</td><td>Fixed some bugs where the literal 0 was being used as the value of an invalid file handle.  This affects platforms like Solaris, which use open/close, etc., instead of fopen/fclose, etc.</td></tr>
+<tr><td>2006-09-26</td><td>Boris Kolpackov</td><td>When checking for a valid restriction, take into account substitution groups (XERCESC-1281).</td></tr>
+<tr><td>2006-09-11</td><td>Alberto Massari</td><td>Don't crash if an external parameter entity has no SYSTEM id (XERCESC-1536).</td></tr>
+<tr><td>2006-08-23</td><td>Alberto Massari</td><td>Default or fixed attribute values should be whitespace normalized, if the datatype requires it, before being validated.</td></tr>
+<tr><td>2006-08-23</td><td>Alberto Massari</td><td>DOMLSParserImpl::loadGrammar should not release the previously loaded DOMDocument (XERCESC-1626).</td></tr>
+<tr><td>2006-08-10</td><td>Alberto Massari</td><td>Fix memory leak (XERCESC-1624).</td></tr>
+<tr><td>2006-07-07</td><td>Jay Hansen</td><td>OS400 fixes.</td></tr>
+<tr><td>2006-07-06</td><td>David Cargill</td><td>Fix crashes that can occur when a non-default memory manager tries to clean up after running out of memory.</td></tr>
+<tr><td>2006-05-30</td><td>Alberto Massari</td><td>SAX2XMLReader should use the prefix reported by the reader, not the one stored in the element declaration (XERCESC-1598)</td></tr>
+<tr><td>2006-05-30</td><td>Alberto Massari</td><td>DGXMLScanner was treating predefined entities inside attribute values as if they were in the element content (XERCESC-1597)</td></tr>
+<tr><td>2006-05-08</td><td>David Cargill</td><td>Documentation update. Default validation is never, not auto.</td></tr>
+<tr><td>2006-04-29</td><td>David Cargill</td><td>Better message for invalid boolean datatype.</td></tr>
+<tr><td>2006-04-28</td><td>David Cargill</td><td>Performance fix, don't use QName as colon location is already available.</td></tr>
+<tr><td>2006-04-28</td><td>David Cargill</td><td>Use ln -fs instead of ln -f to avoid error message during Unix build.</td></tr>
+<tr><td>2006-04-19</td><td>Alberto Massari</td><td>Fix an error that manifested itself when a DTD defined a general entity using a parameter entity for specifying the name.</td></tr>
+<tr><td>2006-04-18</td><td>Alberto Massari</td><td>setEncoding was relying on XMLRecognizer::encodingForName to return OtherEncoding when presented with a endian-neutral UTF16/UTF32 encoding, but it doesn't do it anymore.</td></tr>
+<tr><td>2006-04-18</td><td>David Cargill</td><td>Put xmlns attributes in registry to avoid errors when checking for required attributes.</td></tr>
+<tr><td>2006-04-18</td><td>David Cargill</td><td>Ensure decimal is valid on getActualValue call when toValidate is true.</td></tr>
+<tr><td>2006-04-18</td><td>David Cargill</td><td>Thread safety fix, don't do lazy evaluation of patterns.</td></tr>
+<tr><td>2006-03-27</td><td>Alberto Massari</td><td>Allow whitespace at the beginning and after the union operator in XPath expressions of identity constraints.</td></tr>
+<tr><td>2006-03-23</td><td>David Cargill</td><td>Make getCanonical for float and double have consistent behaviour with getActual.</td></tr>
+<tr><td>2006-03-21</td><td>Alberto Massari</td><td>If "entities" feature is set to TRUE, entities reference inside attribute values should be serialized as "&amp;ent;"</td></tr>
+<tr><td>2006-03-19</td><td>Alberto Massari</td><td>Factory method is no more inline to avoid including an internal header in a public one (XERCESC-1579).</td></tr>
+<tr><td>2006-03-17</td><td>David Cargill</td><td>Display actual errorCode when reporting an error.</td></tr>
+<tr><td>2006-03-05</td><td>Alberto Massari</td><td>Allow non-standard names for the C++ compiler.</td></tr>
+<tr><td>2006-03-03</td><td>Alberto Massari</td><td>Updated Borland C++ 6 projects.</td></tr>
+<tr><td>2006-02-28</td><td>Alberto Massari</td><td>Remove BOM-detection code inside refreshCharBuffer: the fix for XERCESC-1284 makes it unnecessary, and the UTF-8 part was updating the wrong index (XERCESC-1385).</td></tr>
+<tr><td>2006-02-24</td><td>Alberto Massari</td><td>Improve performances of addRange.</td></tr>
+<tr><td>2006-02-18</td><td>Alberto Massari</td><td>When serializing attribute values, escape also carriage returns and tabs (XERCESC-1547).</td></tr>
+<tr><td>2006-02-18</td><td>Alberto Massari</td><td>If an encoding has been forced on a InputSource, ignore a compatible BOM found in the stream (XERCESC-1284).</td></tr>
+<tr><td>2006-02-06</td><td>Tobias Schuette</td><td>Fix for XERCESC-1491.</td></tr>
+<tr><td>2006-02-06</td><td>David Cargill</td><td>Put annotations for duplicate elements on the first element.</td></tr>
+<tr><td>2006-02-06</td><td>David Cargill</td><td>Update schema limitations and clarify float and double behaviour.</td></tr>
+<tr><td>2006-01-30</td><td>Khaled Noaman</td><td>Do not generate error message if switchGrammar fails when laxly validating.</td></tr>
+<tr><td>2006-01-21</td><td>Mark Weaver</td><td>Fix for XERCESC-1555.</td></tr>
+<tr><td>2006-01-21</td><td>David Bertoni</td><td>Fixes for XERCESC-1548.</td></tr>
+<tr><td>2006-01-16</td><td>David Cargill</td><td>Fix for XERCESC-1546. Canonical value of list was putting in an extra null character.</td></tr>
+<tr><td>2006-01-16</td><td>Alberto Massari</td><td>When evaluating a union in a regular expression, take the branch that matches the longest part of the input string (XERCESC-1521).</td></tr>
+<tr><td>2005-12-30</td><td>Khaled Noaman</td><td>Fix for erroneous duplicate id problem.</td></tr>
+<tr><td>2005-12-28</td><td>David Cargill</td><td>Uniconv390 fixes.</td></tr>
+<tr><td>2005-12-28</td><td>David Cargill</td><td>Put debug code under specific flag so it only gets built when needed instead of for each debug build.</td></tr>
+<tr><td>2005-12-28</td><td>David Cargill</td><td>Fix size of boolean structure.</td></tr>
+<tr><td>2005-12-28</td><td>David Cargill</td><td>Schema fixes for union of union and empty element.</td></tr>
+<tr><td>2005-12-27</td><td>Alberto Massari</td><td>Improve validation performances when dealing with schemas with lots of top level definitions (XERCESC-1542).</td></tr>
+<tr><td>2005-12-26</td><td>Alberto Massari</td><td>Fix for XERCESC-1533 (default attributes in the definition for an element that is not validated because of errors would be added to the list of attributes even if already present).</td></tr>
+<tr><td>2005-12-15</td><td>David Bertoni</td><td>Added missing parameter (XERCESC-1538).</td></tr>
+<tr><td>2005-12-14</td><td>Alberto Massari</td><td>When cloning or importing a node, also copy the type information (XERCESC-1517).</td></tr>
+<tr><td>2005-11-15</td><td>David Cargill</td><td>Treat "+" and "-" as invalid numeric schema values.</td></tr>
+<tr><td>2005-11-15</td><td>David Cargill</td><td>Fix bug where very long element names gives parsing error.</td></tr>
+<tr><td>2005-11-09</td><td>Alberto Massari</td><td>Generated static library in lowercase like the dynamic one (XERCESC-1522).</td></tr>
+<tr><td>2005-10-31</td><td>Alberto Massari</td><td>Nodes that implement getFeature should also implement isSupported (XERCESC- 1479).</td></tr>
+<tr><td>2005-10-15</td><td>David Cargill</td><td>Fix for XERCESC-1515.</td></tr>
+<tr><td>2005-10-15</td><td>David Cargill</td><td>Message update for QName fix and XERCESC-1515.</td></tr>
+<tr><td>2005-10-12</td><td>David Cargill</td><td>QName fix.  Need to verify that the prefix is defined.</td></tr>
+<tr><td>2005-10-12</td><td>David Cargill</td><td>Check for valid schema characters for float and double.</td></tr>
+<tr><td>2005-10-12</td><td>David Cargill</td><td>Annotation bug fixes.</td></tr>
+<tr><td>2005-09-28</td><td>Alberto Massari</td><td>closesocket should be dynamically bound (XERCESC-1467).</td></tr>
+
+</table>
+</s2>
+
+</s1>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org