Propchange: xerces/c/branches/xerces-3.1/doc/releases_archive.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: xerces/c/branches/xerces-3.1/doc/releases_plan.xml
URL: 
http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/doc/releases_plan.xml?rev=1667071&view=auto
==============================================================================
--- xerces/c/branches/xerces-3.1/doc/releases_plan.xml (added)
+++ xerces/c/branches/xerces-3.1/doc/releases_plan.xml Mon Mar 16 17:14:25 2015
@@ -0,0 +1,41 @@
+<?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="Future Releases Plan">
+
+<s2 title="&XercesCName; Future Releases Plan">
+<p>This document highlights the release plan for &XercesCName;.</p>
+
+<s3 title="Current Status"><p>&XercesCName; &XercesCLatest; - released on 
April 27, 2010.</p></s3>
+
+<s3 title="Next Target Release">
+       <p>The next release will be 3.1.2 and
+        will include bug fixes, with no ABI changes.</p>
+
+        <p>There are feature additions checked into the trunk for
+        inclusion in a future 3.2.0 release, but there is no timetable
+        for this release.</p>
+
+       <p>There will be no further releases in the Xerces-C++ 2-series.</p>
+</s3>
+
+</s2>
+
+</s1>

Propchange: xerces/c/branches/xerces-3.1/doc/releases_plan.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: xerces/c/branches/xerces-3.1/doc/samples.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: xerces/c/branches/xerces-3.1/doc/sax2count.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: xerces/c/branches/xerces-3.1/doc/sax2print.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: xerces/c/branches/xerces-3.1/doc/saxcount.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: xerces/c/branches/xerces-3.1/doc/saxprint.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: xerces/c/branches/xerces-3.1/doc/schema.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: xerces/c/branches/xerces-3.1/doc/scmprint.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: xerces/c/branches/xerces-3.1/doc/senumval.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: xerces/c/branches/xerces-3.1/doc/source-repository.xml
URL: 
http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/doc/source-repository.xml?rev=1667071&view=auto
==============================================================================
--- xerces/c/branches/xerces-3.1/doc/source-repository.xml (added)
+++ xerces/c/branches/xerces-3.1/doc/source-repository.xml Mon Mar 16 17:14:25 
2015
@@ -0,0 +1,64 @@
+<?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="Source Repository">
+
+  <s2 title="Overview">
+    <p>The &XercesCName; source code is stored in the Subversion
+       repository (SVN). The SVN repository is public and everyone
+       has read access. The repository uses a standard layout of:</p>
+
+<source>
+https://svn.apache.org/repos/asf/xerces/c/
+                                        |
+                                        | - branches/
+                                        |
+                                        | - tags/
+                                        \
+                                          - trunk/
+</source>
+
+    <p>For example, to check out the trunk (the place where the main
+       development is taking place), execute:</p>
+
+<source>
+svn co https://svn.apache.org/repos/asf/xerces/c/trunk
+</source>
+
+    <p>To check out the code in the xerces-3.1 branch (the place where
+       the development for the next 3.1-series release, if any, is
+       taking place), execute:</p>
+
+<source>
+svn co https://svn.apache.org/repos/asf/xerces/c/branches/xerces-3.1
+</source>
+
+    <p>To check out the code for the 3.1.2 release, execute:</p>
+
+<source>
+svn co https://svn.apache.org/repos/asf/xerces/c/tags/Xerces-C_3_1_2
+</source>
+
+    <p>You can also browse the repository and examine individual
+       files using the <jump 
href="http://svn.apache.org/viewvc/xerces/c/?root=Apache-SVN";>Web
+       interface</jump>.</p>
+
+  </s2>
+</s1>

Propchange: xerces/c/branches/xerces-3.1/doc/source-repository.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: xerces/c/branches/xerces-3.1/doc/stdinparse.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: xerces/c/branches/xerces-3.1/doc/style/dtd/blocks.ent
URL: 
http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/doc/style/dtd/blocks.ent?rev=1667071&r1=1667070&r2=1667071&view=diff
==============================================================================
--- xerces/c/branches/xerces-3.1/doc/style/dtd/blocks.ent (original)
+++ xerces/c/branches/xerces-3.1/doc/style/dtd/blocks.ent Mon Mar 16 17:14:25 
2015
@@ -1,7 +1,7 @@
 <?xml encoding='ISO-8859-1'?>
 
 <!-- BLOCKS ENTITY -->
-<!ENTITY % blocks "p|note|ul|ol|gloss|table|source|anchor">
+<!ENTITY % blocks "p|note|ul|ol|gloss|table|source|anchor|form">
 
 <!-- import the external markup.ent dtd -->
 <!ENTITY % markupEntity SYSTEM "markup.ent">
@@ -37,4 +37,18 @@
 <!ELEMENT td %content;>
 <!ATTLIST td colspan CDATA "1"
              rowspan CDATA "1">
-             
\ No newline at end of file
+
+<!ELEMENT form (#PCDATA|select|input)*>
+<!ATTLIST form action CDATA #REQUIRED
+               method CDATA #REQUIRED
+               id     CDATA #REQUIRED>
+
+<!ELEMENT select (#PCDATA|option)*>
+<!ATTLIST select name CDATA #REQUIRED>
+
+<!ELEMENT option (#PCDATA)>
+<!ATTLIST option value CDATA #REQUIRED>
+
+<!ELEMENT input EMPTY>
+<!ATTLIST input type  CDATA #REQUIRED
+                value CDATA #REQUIRED>

Modified: xerces/c/branches/xerces-3.1/doc/style/dtd/entities.ent
URL: 
http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/doc/style/dtd/entities.ent?rev=1667071&r1=1667070&r2=1667071&view=diff
==============================================================================
--- xerces/c/branches/xerces-3.1/doc/style/dtd/entities.ent (original)
+++ xerces/c/branches/xerces-3.1/doc/style/dtd/entities.ent Mon Mar 16 17:14:25 
2015
@@ -1,8 +1,46 @@
 <?xml encoding="ISO-8859-1"?>
 
-<!ENTITY XercesCProjectName      "Xerces">                       <!-- 
projectname -->
-<!ENTITY XercesCFullName         "Xerces C++ XML Parser">        <!-- 
fullproductname -->
-<!ENTITY XercesCName             "Xerces-C++">                   <!-- 
productname -->
+<!ENTITY XercesCProjectName     "Xerces">                       <!-- 
projectname -->
+<!ENTITY XercesCFullName        "Xerces-C++ XML Parser">        <!-- 
fullproductname -->
+<!ENTITY XercesCName            "Xerces-C++">                   <!-- 
productname -->
+<!ENTITY XercesCLatest          "3.1.2">                        <!-- 
versionnumber -->
+<!ENTITY XercesCDevelEmailAddress "c-...@xerces.apache.org"> <!-- emailaddress 
-->
+<!ENTITY XercesCDevelSAddress   "c-dev-subscr...@xerces.apache.org"> <!-- 
emailaddress -->
+<!ENTITY XercesCDevelUAddress   "c-dev-unsubscr...@xerces.apache.org"> <!-- 
emailaddress -->
+<!ENTITY XercesCDevelHAddress   "c-dev-h...@xerces.apache.org"> <!-- 
emailaddress -->
+<!ENTITY XercesCUserEmailAddress "c-us...@xerces.apache.org"> <!-- 
emailaddress -->
+<!ENTITY XercesCUserSAddress    "c-users-subscr...@xerces.apache.org"> <!-- 
emailaddress -->
+<!ENTITY XercesCUserUAddress    "c-users-unsubscr...@xerces.apache.org"> <!-- 
emailaddress -->
+<!ENTITY XercesCUserHAddress    "c-users-h...@xerces.apache.org"> <!-- 
emailaddress -->
+<!ENTITY JiraURL  "http&colon;//issues.apache.org/jira/browse/XERCESC "> <!-- 
url -->
+<!ENTITY XercesDistDir        "xerces.apache.org/xerces-c/download.cgi"> <!-- 
download directory -->
+
+<!ENTITY colon "&#58;">
+<!ENTITY percent "&#37;">
+
+<!-- The following entities are used in project documentation -->
+
+<!ENTITY HelpURI "http://xerces.apache.org/xerces-c/feedback.html";> <!-- help 
and feedback -->
+<!ENTITY BugURI  "http://xerces.apache.org/xerces-c/bug-report.html";> <!-- bug 
reporting -->
+<!ENTITY MailURI "http://xerces.apache.org/xerces-c/mailing-lists.html";> <!-- 
mailing lists -->
+<!ENTITY RepURI "http://xerces.apache.org/xerces-c/source-repository.html";> 
<!-- mailing lists -->
+
+<!-- Xerces 2-series: copied from xerces-2/entities.ent -->
+
+<!ENTITY XercesC2Series          "2">                            <!-- release 
series -->
+<!ENTITY XercesC2Version         "2.8.0">                        <!-- 2-series 
version number -->
+<!ENTITY XercesC2InstallDir      "xerces-c_2_8_0">               <!-- 
installdirname -->
+<!ENTITY XercesC2SrcInstallDir   "xerces-c-src_2_8_0">           <!-- 
sourcedirectory -->
+<!ENTITY XercesC2ToolsInstallDir "xerces-c-tools_2_8_0">         <!-- 
sourcedirectory -->
+<!ENTITY XercesC2WindowsLib      "xerces-c_2">                   <!-- 
windowslibname -->
+<!ENTITY XercesC2WindowsDLL      "xerces-c_2_8">                 <!-- 
windowsDLLname -->
+<!ENTITY XercesC2UnixSoName      "28.0">                         <!-- 
unixlibname -->
+<!ENTITY XercesC2UnixVersion     "28">                           <!-- 
unixlibname -->
+<!ENTITY XercesC2UnixLib         "libxerces-c">                  <!-- 
unixlibname -->
+<!ENTITY XercesC2Namespace       "xercesc">                      <!-- C++ 
namespace name -->
+<!ENTITY XercesC2NSVersion       "xercesc_2_8">                  <!-- C++ 
namespace name with Version -->
+
+<!-- Xerces 3-series: copied from xerces-3/entities.ent -->
 
 <!ENTITY XercesC3Series          "3">                            <!-- release 
series -->
 <!ENTITY XercesC3Version         "3.1.2">                        <!-- 3-series 
version number -->
@@ -15,12 +53,3 @@
 <!ENTITY XercesC3UnixLib         "libxerces-c">                  <!-- 
unixlibname -->
 <!ENTITY XercesC3Namespace       "xercesc">                      <!-- C++ 
namespace name -->
 <!ENTITY XercesC3NSVersion       "xercesc_3_1">                  <!-- C++ 
namespace name with Version -->
-
-
-<!ENTITY HelpURI "http://xerces.apache.org/xerces-c/feedback.html";> <!-- help 
and feedback -->
-<!ENTITY BugURI  "http://xerces.apache.org/xerces-c/bug-report.html";> <!-- bug 
reporting -->
-<!ENTITY MailURI "http://xerces.apache.org/xerces-c/mailing-lists.html";> <!-- 
mailing lists -->
-<!ENTITY RepURI "http://xerces.apache.org/xerces-c/source-repository.html";> 
<!-- mailing lists -->
-
-<!ENTITY colon "&#58;">
-<!ENTITY percent "&#37;">

Modified: xerces/c/branches/xerces-3.1/doc/xerces-c_book.xml
URL: 
http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/doc/xerces-c_book.xml?rev=1667071&r1=1667070&r2=1667071&view=diff
==============================================================================
--- xerces/c/branches/xerces-3.1/doc/xerces-c_book.xml (original)
+++ xerces/c/branches/xerces-3.1/doc/xerces-c_book.xml Mon Mar 16 17:14:25 2015
@@ -18,11 +18,24 @@
 
 <!DOCTYPE book SYSTEM "sbk:/style/dtd/book.dtd">
 
-<book title="&XercesCName; &XercesC3Version; Documentation" 
copyright="1999-2010 The Apache Software Foundation">
+<book title="&XercesCName; Documentation" copyright="1999-2015 The Apache 
Software Foundation">
+
+  <external href="../index.html"  label="Xerces Project"/>
+
+  <separator/>
+
+     <document id="index"       label="Overview"             
source="readme.xml"/>
+     <document id="charter"     label="Charter"             
source="charter.xml"/>
+     <document id="releases"    label="Release Info"     
source="releases.xml"/>
+     <hidden id="releases_archive"                   
source="releases_archive.xml"/>
+     <hidden id="releases_plan" source="releases_plan.xml"/>
+     <external href="http://&XercesDistDir;";              label="Download"/>
+     <hidden id="download" source="download.xml"/>
+
+  <separator/>
 
   <section label="&XercesCName; &XercesC3Version;"/>
 
-     <document id="index"       label="Readme"             
source="readme.xml"/>
      <document id="install-&XercesC3Series;" label="Installation" 
source="install.xml"/>
      <document id="build-&XercesC3Series;" label="Build Instructions" 
source="build.xml"/>
 
@@ -68,4 +81,15 @@
      <document id="migrate-&XercesC3Series;" label="Migration Guide" 
source="migration.xml"/>
      <hidden   id="migrate-archive-&XercesC3Series;" 
source="migration_archive.xml"/>
 
+  <separator/>
+
+  <document id="feedback"    label="Feedback"     source="feedback.xml"/>
+  <document id="bug-report"  label="Bug-Reporting" source="bug-report.xml"/>
+  <document id="mailing-lists"  label="Mailing Lists" 
source="mailing-lists.xml"/>
+
+  <separator/>
+
+   <document id="source-repository"  label="Source Repository" 
source="source-repository.xml"/>
+   <document id="applications"  label="Applications" 
source="applications.xml"/>
+
 </book>

Propchange: xerces/c/branches/xerces-3.1/doc/xerces-c_book.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: xerces/c/branches/xerces-3.1/doc/xinclude.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml



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

Reply via email to