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:46:06 UTC

svn commit: r630884 [2/3] - in /xerces/c/branches/xerces-2.8/doc: ./ html/ html/apiDocs-2/ html/apiDocs/ style/dtd/ style/graphics/ style/resources/ style/stylesheets/

Modified: xerces/c/branches/xerces-2.8/doc/program-dom.xml
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/doc/program-dom.xml?rev=630884&r1=630883&r2=630884&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/doc/program-dom.xml (original)
+++ xerces/c/branches/xerces-2.8/doc/program-dom.xml Mon Feb 25 07:46:00 2008
@@ -35,9 +35,9 @@
 
     <anchor name="DOM3"/>
     <s2 title="DOM Level 3 Support in &XercesCName;">
-      <p>The &XercesCName; &XercesCVersion; contains a partial implementation of the W3C
+      <p>The &XercesCName; &XercesC2Version; contains a partial implementation of the W3C
          Document Object Model Level 3.  This implementation is experimental.    See the document
-         <jump href="dom3.html"> DOM Level 3 Support</jump> for details.
+         <jump href="dom3-&XercesC2Series;.html"> DOM Level 3 Support</jump> for details.
       </p>
     </s2>
 
@@ -310,7 +310,7 @@
         }
 
         XercesDOMParser* parser = new XercesDOMParser();
-        parser->setValidationScheme(XercesDOMParser::Val_Always);    
+        parser->setValidationScheme(XercesDOMParser::Val_Always);
         parser->setDoNamespaces(true);    // optional
 
         ErrorHandler* errHandler = (ErrorHandler*) new HandlerBase();
@@ -354,7 +354,7 @@
            of the features below are set using the "setter" methods (e.g. <code>setDoNamespaces</code>),
            and are queried using the corresponding "getter" methods (e.g. <code>getDoNamespaces</code>).
            The following only gives you a quick summary of supported features.  Please
-           refer to <jump href="api.html">API Documentation</jump> for complete detail.
+           refer to <jump href="api-&XercesC2Series;.html">API Documentation</jump> for complete detail.
            </p>
 
             <anchor name="createEntityRef"/>
@@ -584,26 +584,26 @@
                 improves the performance.</td></tr>
             </table>
             <p/>
-            
+
             <anchor name="IdentityConstraintChecking"/>
             <table>
                 <tr><th colspan="2"><em>void setIdentityConstraintChecking(const bool);</em></th></tr>
                 <tr><th><em>true:</em></th><td> Enable identity constraint checking. </td></tr>
                 <tr><th><em>false:</em></th><td> Disable identity constraint checking. </td></tr>
-                <tr><th><em>default:</em></th><td> true </td></tr>                
+                <tr><th><em>default:</em></th><td> true </td></tr>
             </table>
             <p/>
-            
+
             <anchor name="GenerateSyntheticAnnotations"/>
             <table>
                 <tr><th colspan="2"><em>void setGenerateSyntheticAnnotations(const bool);</em></th></tr>
-                <tr><th><em>true:</em></th><td> Enable generation of synthetic annotations.  A synthetic annotation will be 
+                <tr><th><em>true:</em></th><td> Enable generation of synthetic annotations.  A synthetic annotation will be
                 generated when a schema component has non-schema attributes but no child annotation. </td></tr>
                 <tr><th><em>false:</em></th><td> Disable generation of synthetic annotations. </td></tr>
-                <tr><th><em>default:</em></th><td> false </td></tr>                
+                <tr><th><em>default:</em></th><td> false </td></tr>
             </table>
             <p/>
-            
+
             <anchor name="XercesValidateAnnotations"/>
             <table>
                 <tr><th colspan="2"><em>setValidateAnnotation</em></th></tr>
@@ -612,69 +612,69 @@
                 <tr><th><em>default:</em></th><td> false </td></tr>
                 <tr><th><em>note:</em></th><td> Each annotation is validated independently. </td></tr>
             </table>
-            <p/>         
+            <p/>
 
             <anchor name="IgnoreAnnotations"/>
             <table>
                 <tr><th colspan="2"><em>setIgnoreAnnotations</em></th></tr>
                 <tr><th><em>true:</em></th><td> Do not generate XSAnnotations when traversing a schema.</td></tr>
                 <tr><th><em>false:</em></th><td> Generate XSAnnotations when traversing a schema.</td></tr>
-                <tr><th><em>default:</em></th><td> false </td></tr>                
+                <tr><th><em>default:</em></th><td> false </td></tr>
             </table>
-            <p/>    
-            
+            <p/>
+
             <anchor name="DisableDefaultEntityResolution"/>
             <table>
                 <tr><th colspan="2"><em>setDisableDefaultEntityResolution</em></th></tr>
                 <tr><th><em>true:</em></th><td> The parser will not attempt to resolve the entity when the resolveEntity method returns NULL.</td></tr>
                 <tr><th><em>false:</em></th><td> The parser will attempt to resolve the entity when the resolveEntity method returns NULL.</td></tr>
-                <tr><th><em>default:</em></th><td> false </td></tr>                
+                <tr><th><em>default:</em></th><td> false </td></tr>
             </table>
             <p/>
-            
+
             <anchor name="SkipDTDValidation"/>
             <table>
                 <tr><th colspan="2"><em>setSkipDTDValidation</em></th></tr>
                 <tr><th><em>true:</em></th><td> When schema validation is on the parser will ignore the DTD, except for entities.</td></tr>
                 <tr><th><em>false:</em></th><td> The parser will not ignore DTDs when validating.</td></tr>
-                <tr><th><em>default:</em></th><td> false </td></tr>                
+                <tr><th><em>default:</em></th><td> false </td></tr>
                 <tr><th><em>see:</em></th><td>
-                <link anchor="schema">DoSchema</link></td></tr>                
+                <link anchor="schema">DoSchema</link></td></tr>
             </table>
-            <p/>                                               
-                        
+            <p/>
+
             <anchor name="XercesIgnoreCachedDTD"/>
-            <table>            
+            <table>
                 <tr><th colspan="2"><em>setIgnoreCachedDTD</em></th></tr>
-                <tr><th><em>true:</em></th><td> Ignore a cached DTD when an XML document contains both an 
+                <tr><th><em>true:</em></th><td> Ignore a cached DTD when an XML document contains both an
                 								internal and external DTD, and the use cached grammar from parse option
                 								is enabled. Currently, we do not allow using cached DTD grammar when an
                 								internal subset is present in the document. This option will only affect
-                								the behavior of the parser when an internal and external DTD both exist 
+                								the behavior of the parser when an internal and external DTD both exist
                 								in a document (i.e. no effect if document has no internal subset).</td></tr>
                 <tr><th><em>false:</em></th><td> Don't ignore cached DTD. </td></tr>
-                <tr><th><em>default:</em></th><td> false </td></tr>                
+                <tr><th><em>default:</em></th><td> false </td></tr>
                 <tr><th><em>see:</em></th><td>
                 <link anchor="use-cached">useCachedGrammarInParse</link></td></tr>
             </table>
-                        
+
             <anchor name="CreateSchemaInfo"/>
             <table>
                 <tr><th colspan="2"><em>setCreateSchemaInfo</em></th></tr>
                 <tr><th><em>true:</em></th><td> Enable storing of PSVI information in element and attribute nodes. </td></tr>
                 <tr><th><em>false:</em></th><td> Disable storing of PSVI information in element and attribute nodes. </td></tr>
-                <tr><th><em>default:</em></th><td> false </td></tr>               
+                <tr><th><em>default:</em></th><td> false </td></tr>
             </table>
-            <p/>         
-            
+            <p/>
+
             <anchor name="CreateCommentNodes"/>
             <table>
                 <tr><th colspan="2"><em>setCreateCommentNodes</em></th></tr>
                 <tr><th><em>true:</em></th><td> Enable the parser to create comment nodes in the DOM tree being produced.</td></tr>
                 <tr><th><em>false:</em></th><td> Disable comment nodes being produced. </td></tr>
-                <tr><th><em>default:</em></th><td> true </td></tr>               
+                <tr><th><em>default:</em></th><td> true </td></tr>
             </table>
-            <p/>                                       
+            <p/>
         </s3>
 
         <anchor name="XercesDOMProperties"/>
@@ -683,7 +683,7 @@
            of the properties below are set using the "setter" methods (e.g. <code>setExternalSchemaLocation</code>),
            and are queried using the corresponding "getter" methods (e.g. <code>getExternalSchemaLocation</code>).
            The following only gives you a quick summary of supported features.  Please
-           refer to <jump href="api.html">API Documentation</jump> for
+           refer to <jump href="api-&XercesC2Series;.html">API Documentation</jump> for
            complete details.
            </p>
             <table>
@@ -736,7 +736,7 @@
                             fgSGXMLScanner, or fgIGXMLScanner) or a string that matches the value of
                             one of those constants.</td></tr>
                 <tr><th><em>Value Type</em></th><td> XMLCh* </td></tr>
-                <tr><th><em>note: </em></th><td> See <jump href="program-others.html#UseSpecificScanner">Use Specific Scanner</jump>
+                <tr><th><em>note: </em></th><td> See <jump href="program-others-&XercesC2Series;.html#UseSpecificScanner">Use Specific Scanner</jump>
                 for more programming details. </td></tr>
             </table>
 
@@ -757,7 +757,7 @@
                 <tr><th
                 colspan="2"><em>setSecurityManager(Security Manager * const)</em></th></tr>
                 <tr><th><em>Description</em></th>
-                <td> 
+                <td>
                     Certain valid XML and XML Schema constructs can force a
                     processor to consume more system resources than an
                     application may wish.  In fact, certain features could
@@ -765,10 +765,10 @@
                     denial-of-service attack.  This property allows
                     applications to impose limits on the amount of
                     resources the processor will consume while processing
-                    these constructs.  
+                    these constructs.
                 </td></tr>
                 <tr><th><em>Value</em></th>
-                <td> 
+                <td>
                     An instance of the SecurityManager class (see
                     <code>xercesc/util/SecurityManager</code>).  This
                     class's documentation describes the particular limits
@@ -819,7 +819,7 @@
     #endif
 
     XERCES_CPP_NAMESPACE_USE
-    
+
     int main (int argc, char* args[]) {
 
         try {
@@ -883,7 +883,7 @@
         return 0;
     }
     </source>
-           <p>Please refer to the <jump href="api.html">API Documentation</jump> and the sample
+           <p>Please refer to the <jump href="api-&XercesC2Series;.html">API Documentation</jump> and the sample
            DOMCount for more detail.
           </p>
         </s3>
@@ -939,7 +939,7 @@
            </source>
            </s4>
 
-        <p>Please refer to the <jump href="api.html">API Documentation</jump> for more detail.
+        <p>Please refer to the <jump href="api-&XercesC2Series;.html">API Documentation</jump> for more detail.
         </p>
         </s3>
 
@@ -974,7 +974,7 @@
                 <tr><th><em>true:</em></th><td> Keep Comment nodes in the document. </td></tr>
                 <tr><th><em>false:</em></th><td> Discard Comment nodes in the document. </td></tr>
                 <tr><th><em>default:</em></th><td> true </td></tr>
-                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgDOMComments </td></tr>                
+                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgDOMComments </td></tr>
                 <tr><th><em>see:</em></th><td>
                 <jump href="http://www.w3.org/TR/2002/WD-DOM-Level-3-ASLS-20020409/">
                 DOM Level 3.0 Abstract Schemas and Load and Save Specification</jump>
@@ -993,7 +993,7 @@
                 <tr><th><em>false:</em></th><td> Any character set encoding information from higher
                 level protocols is ignored by the parser. </td></tr>
                 <tr><th><em>default:</em></th><td> true </td></tr>
-                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgDOMCharsetOverridesXMLEncoding </td></tr>                
+                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgDOMCharsetOverridesXMLEncoding </td></tr>
                 <tr><th><em>see:</em></th><td>
                 <jump href="http://www.w3.org/TR/2002/WD-DOM-Level-3-ASLS-20020409/">
                 DOM Level 3.0 Abstract Schemas and Load and Save Specification</jump>
@@ -1009,7 +1009,7 @@
                 <tr><th><em>false:</em></th><td> Disable datatype normalization.
                 The XML 1.0 attribute value normalization always occurs though. </td></tr>
                 <tr><th><em>default:</em></th><td> false </td></tr>
-                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgDOMDatatypeNormalization </td></tr>               
+                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgDOMDatatypeNormalization </td></tr>
                 <tr><th><em>note:</em></th><td> Note that setting this feature to true does not affect
                 the DTD normalization operation which always takes place, in accordance to
                 <jump href="http://www.w3.org/TR/2000/REC-xml-20001006">XML 1.0 (Second Edition)</jump>.
@@ -1033,7 +1033,7 @@
                 EntityReference nodes will be created, only the nodes corresponding to their fully
                 expanded substitution text will be created.  </td></tr>
                 <tr><th><em>default:</em></th><td> true </td></tr>
-                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgDOMEntities </td></tr>                
+                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgDOMEntities </td></tr>
                 <tr><th><em>note:</em></th><td> This feature only affects the appearance of
                 EntityReference nodes in the DOM tree. The document will always contain the entity
                 reference child nodes. </td></tr>
@@ -1065,7 +1065,7 @@
                 <tr><th><em>true:</em></th><td> Not Supported. </td></tr>
                 <tr><th><em>false:</em></th><td> No effect. </td></tr>
                 <tr><th><em>default:</em></th><td> false </td></tr>
-                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgDOMInfoset </td></tr>  
+                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgDOMInfoset </td></tr>
                 <tr><th><em>note:</em></th><td> Setting this feature to true is not supported. </td></tr>
                 <tr><th><em>see:</em></th><td>
                 <jump href="http://www.w3.org/TR/2002/WD-DOM-Level-3-ASLS-20020409/">
@@ -1081,7 +1081,7 @@
                 <tr><th><em>true:</em></th><td> Perform Namespace processing </td></tr>
                 <tr><th><em>false:</em></th><td> Do not perform Namespace processing</td></tr>
                 <tr><th><em>default:</em></th><td> false </td></tr>
-                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgDOMNamespaces </td></tr> 
+                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgDOMNamespaces </td></tr>
                 <tr><th><em>note:</em></th><td> If the validation is on, then the
                 document must contain a grammar that supports the use of namespaces </td></tr>
                 <tr><th><em>see:</em></th><td>
@@ -1200,7 +1200,7 @@
                 <tr><th><em>true:</em></th><td> Enable the parser's schema support.  </td></tr>
                 <tr><th><em>false:</em></th><td> Disable the parser's schema support. </td></tr>
                 <tr><th><em>default:</em></th><td> false </td></tr>
-                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesSchema </td></tr>                
+                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesSchema </td></tr>
                 <tr><th><em>note</em></th><td> If set to true, namespace processing must also be turned on. </td></tr>
                 <tr><th><em>see:</em></th><td>
                 <link anchor="builder-namespaces">namespaces</link>
@@ -1334,28 +1334,28 @@
                 improves the performance.</td></tr>
             </table>
             <p/>
-            
+
             <anchor name="builder-IdentityConstraintChecking"/>
             <table>
                 <tr><th colspan="2"><em>http://apache.org/xml/features/validation/identity-constraint-checking</em></th></tr>
                 <tr><th><em>true:</em></th><td> Enable identity constraint checking. </td></tr>
                 <tr><th><em>false:</em></th><td> Disable identity constraint checking. </td></tr>
                 <tr><th><em>default:</em></th><td> true </td></tr>
-                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesIdentityConstraintChecking </td></tr>                
+                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesIdentityConstraintChecking </td></tr>
             </table>
             <p/>
-            
+
             <anchor name="builder-GenerateSyntheticAnnotations"/>
             <table>
                 <tr><th colspan="2"><em>http://apache.org/xml/features/generate-synthetic-annotations</em></th></tr>
-                <tr><th><em>true:</em></th><td> Enable generation of synthetic annotations.  A synthetic annotation will be 
+                <tr><th><em>true:</em></th><td> Enable generation of synthetic annotations.  A synthetic annotation will be
                 generated when a schema component has non-schema attributes but no child annotation. </td></tr>
                 <tr><th><em>false:</em></th><td> Disable generation of synthetic annotations. </td></tr>
                 <tr><th><em>default:</em></th><td> false </td></tr>
-                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesGenerateSyntheticAnnotations </td></tr>                
+                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesGenerateSyntheticAnnotations </td></tr>
             </table>
             <p/>
-            
+
             <anchor name="builder-XercesValidateAnnotations"/>
             <table>
                 <tr><th colspan="2"><em>http://apache.org/xml/features/validate-annotations</em></th></tr>
@@ -1366,64 +1366,64 @@
                 <tr><th><em>note:</em></th><td> Each annotation is validated independently. </td></tr>
             </table>
             <p/>
-            
+
             <anchor name="builder-IgnoreAnnotations"/>
             <table>
                 <tr><th colspan="2"><em>http://apache.org/xml/features/schema/ignore-annotations</em></th></tr>
                 <tr><th><em>true:</em></th><td> Do not generate XSAnnotations when traversing a schema.</td></tr>
                 <tr><th><em>false:</em></th><td> Generate XSAnnotations when traversing a schema.</td></tr>
-                <tr><th><em>default:</em></th><td> false </td></tr>     
-                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesIgnoreAnnotations </td></tr>           
+                <tr><th><em>default:</em></th><td> false </td></tr>
+                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesIgnoreAnnotations </td></tr>
             </table>
-            <p/>    
-            
+            <p/>
+
             <anchor name="builder-DisableDefaultEntityResolution"/>
             <table>
                 <tr><th colspan="2"><em>http://apache.org/xml/features/disable-default-entity-resolution</em></th></tr>
                 <tr><th><em>true:</em></th><td> The parser will not attempt to resolve the entity when the resolveEntity method returns NULL.</td></tr>
                 <tr><th><em>false:</em></th><td> The parser will attempt to resolve the entity when the resolveEntity method returns NULL.</td></tr>
-                <tr><th><em>default:</em></th><td> false </td></tr>       
-                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesDisableDefaultEntityResolution </td></tr>         
+                <tr><th><em>default:</em></th><td> false </td></tr>
+                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesDisableDefaultEntityResolution </td></tr>
             </table>
             <p/>
-            
+
             <anchor name="builder-SkipDTDValidation"/>
             <table>
                 <tr><th colspan="2"><em>http://apache.org/xml/features/validation/schema/skip-dtd-validation</em></th></tr>
                 <tr><th><em>true:</em></th><td> When schema validation is on the parser will ignore the DTD, except for entities.</td></tr>
                 <tr><th><em>false:</em></th><td> The parser will not ignore DTDs when validating.</td></tr>
-                <tr><th><em>default:</em></th><td> false </td></tr>                
+                <tr><th><em>default:</em></th><td> false </td></tr>
                 <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesSkipDTDValidation </td></tr>
                 <tr><th><em>see:</em></th><td>
-                <link anchor="builder-schema">Schema Validation</link></td></tr>                
+                <link anchor="builder-schema">Schema Validation</link></td></tr>
             </table>
-            <p/>                                               
-                        
+            <p/>
+
             <anchor name="builder-IgnoreCachedDTD"/>
-            <table>            
+            <table>
                 <tr><th colspan="2"><em>http://apache.org/xml/features/validation/ignoreCachedDTD</em></th></tr>
-                <tr><th><em>true:</em></th><td> Ignore a cached DTD when an XML document contains both an 
+                <tr><th><em>true:</em></th><td> Ignore a cached DTD when an XML document contains both an
                 								internal and external DTD, and the use cached grammar from parse option
                 								is enabled. Currently, we do not allow using cached DTD grammar when an
                 								internal subset is present in the document. This option will only affect
-                								the behavior of the parser when an internal and external DTD both exist 
+                								the behavior of the parser when an internal and external DTD both exist
                 								in a document (i.e. no effect if document has no internal subset).</td></tr>
                 <tr><th><em>false:</em></th><td> Don't ignore cached DTD. </td></tr>
                 <tr><th><em>default:</em></th><td> false </td></tr>
                 <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesIgnoreCachedDTD </td></tr>
-                <tr><th><em>see:</em></th><td>                
+                <tr><th><em>see:</em></th><td>
                 <link anchor="builder-use-cached">http://apache.org/xml/features/validation/use-cachedGrammarInParse</link>
                 </td></tr>
             </table>
-            <p/>              
-            
+            <p/>
+
             <anchor name="builder-DOMHasPsviInfo"/>
             <table>
                 <tr><th colspan="2"><em>http://apache.org/xml/features/dom-has-psvi-info</em></th></tr>
                 <tr><th><em>true:</em></th><td> Enable storing of PSVI information in element and attribute nodes.</td></tr>
                 <tr><th><em>false:</em></th><td> Disable storing of PSVI information in element and attribute nodes. </td></tr>
                 <tr><th><em>default:</em></th><td> false </td></tr>
-                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesDOMHasPSVIInfo </td></tr>                
+                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesDOMHasPSVIInfo </td></tr>
             </table>
             <p/>
 
@@ -1439,7 +1439,7 @@
                 <tr><th><em>default:</em></th><td> false </td></tr>
                 <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesUserAdoptsDOMDocument </td></tr>
                 <tr><th><em>see:</em></th><td>
-                <jump href="apiDocs/classDOMBuilder.html">
+                <jump href="api-&XercesC2Series;.html">
                 DOMBuilder API Documentation</jump>, (DOMBuilder::parse and DOMBuilder::resetDocumentPool)
                 </td></tr>
             </table>
@@ -1521,7 +1521,7 @@
                             one of those constants.</td></tr>
                 <tr><th><em>Value Type</em></th><td> XMLCh* </td></tr>
                 <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesScannerName </td></tr>
-                <tr><th><em>note: </em></th><td> See <jump href="program-others.html#UseSpecificScanner">Use Specific Scanner</jump>
+                <tr><th><em>note: </em></th><td> See <jump href="program-others-&XercesC2Series;.html#UseSpecificScanner">Use Specific Scanner</jump>
                 for more programming details. </td></tr>
             </table>
             <p/>
@@ -1538,7 +1538,7 @@
             <table>
                 <tr><th colspan="2"><em>http://apache.org/xml/properties/security-manager</em></th></tr>
                 <tr><th><em>Description</em></th>
-                <td> 
+                <td>
                     Certain valid XML and XML Schema constructs can force a
                     processor to consume more system resources than an
                     application may wish.  In fact, certain features could
@@ -1546,10 +1546,10 @@
                     denial-of-service attack.  This property allows
                     applications to impose limits on the amount of
                     resources the processor will consume while processing
-                    these constructs.  
+                    these constructs.
                 </td></tr>
-                <tr><th><em>Value</em></th>                
-                <td> 
+                <tr><th><em>Value</em></th>
+                <td>
                     An instance of the SecurityManager class (see
                     <code>xercesc/util/SecurityManager</code>).  This
                     class's documentation describes the particular limits
@@ -1594,7 +1594,7 @@
     #include &lt;xercesc/dom/DOM.hpp>
     #include &lt;xercesc/util/XMLString.hpp>
     #include &lt;xercesc/util/PlatformUtils.hpp>
-    
+
     #if defined(XERCES_NEW_IOSTREAMS)
     #include &lt;iostream>
     #else
@@ -1662,7 +1662,7 @@
     }
 
     </source>
-           <p>Please refer to the <jump href="api.html">API Documentation</jump> and the sample
+           <p>Please refer to the <jump href="api-&XercesC2Series;.html">API Documentation</jump> and the sample
            DOMPrint for more detail.
           </p>
         </s3>
@@ -1922,13 +1922,13 @@
             </table>
 
             <p/>
-            
+
             <table>
                 <tr><th colspan="2"><em>xml declaration</em></th></tr>
                 <tr><th><em>true:</em></th><td> Include xml declaration. </td></tr>
-                <tr><th><em>false:</em></th><td> Do not include xml declaration. </td></tr>                
+                <tr><th><em>false:</em></th><td> Do not include xml declaration. </td></tr>
                 <tr><th><em>default:</em></th><td> true </td></tr>
-                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgDOMXMLDeclaration </td></tr>                
+                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgDOMXMLDeclaration </td></tr>
             </table>
 
             <p/>
@@ -1968,7 +1968,7 @@
       <p>Earlier, &XercesCName; has provided a set of C++ DOM interfaces that is
         very similar in design and use, to the Java DOM API bindings.
         Currently, such interface has been deprecated.
-        See this <jump href="program-deprecateddom.html"> document </jump> for its programming details.
+        See this <jump href="program-deprecateddom-&XercesC2Series;.html"> document </jump> for its programming details.
       </p>
     </s2>
 

Modified: xerces/c/branches/xerces-2.8/doc/program-others.xml
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/doc/program-others.xml?rev=630884&r1=630883&r2=630884&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/doc/program-others.xml (original)
+++ xerces/c/branches/xerces-2.8/doc/program-others.xml Mon Feb 25 07:46:00 2008
@@ -45,7 +45,7 @@
     <anchor name="Schema"/>
     <s2 title="Schema Support">
         <p>&XercesCName; contains an implementation of the W3C XML Schema
-           Language.  See <jump href="schema.html">the Schema page</jump> for details.
+           Language.  See <jump href="schema-&XercesC2Series;.html">the Schema page</jump> for details.
          </p>
     </s2>
 
@@ -130,7 +130,7 @@
 
     <anchor name="GrammarCache"/>
     <s2 title="Preparsing Grammar and Grammar Caching">
-        <p>&XercesCName; &XercesCVersion; provides a new function to pre-parse the grammar so that users
+        <p>&XercesCName; &XercesC2Version; provides a new function to pre-parse the grammar so that users
            can check for any syntax or error before using the grammar.  Users can also optionally
            cache these pre-parsed grammars for later use during actual parsing.
         </p>
@@ -378,7 +378,7 @@
             going, you may want to adapt the message catalog message loader, or
             write one of your own that uses local services.</li>
         <li>What should I define XMLCh to be? Please refer to <jump
-            href="build-misc.html#XMLChInfo">What should I define XMLCh to be?</jump> for
+            href="build-misc-&XercesC2Series;.html#XMLChInfo">What should I define XMLCh to be?</jump> for
             further details.</li>
       </ul>
 
@@ -388,7 +388,7 @@
     <anchor name="CPPNamespace"/>
     <s2 title="Using C++ Namespace">
 
-        <p>&XercesCName; &XercesCVersion; supports C++ Namespace as of Version 2.2.0.</p>
+        <p>&XercesCName; supports C++ Namespace as of Version 2.2.0.</p>
 
         <p>The macro <code>XERCES_HAS_CPP_NAMESPACE</code> is defined in each Compiler
            Definition file if C++ Namespace is supported.</p>
@@ -404,7 +404,7 @@
 </source>
 
         <p>If C++ Namespace support is ENABLED (all the binary
-           distributions of &XercesCName; &XercesCVersion; are built
+           distributions of &XercesCName; &XercesC2Version; are built
            with C++ Namespace enabled), users' applications must
            namespace qualify all the &XercesCName; classes, data and
            variables with <code>XERCES_CPP_NAMESPACE_QUALIFIER </code>
@@ -463,13 +463,13 @@
 
 <source>
 #if defined(XERCES_HAS_CPP_NAMESPACE)
-    #define XERCES_CPP_NAMESPACE_BEGIN    namespace &XercesCNSVersion; {
+    #define XERCES_CPP_NAMESPACE_BEGIN    namespace &XercesC2NSVersion; {
     #define XERCES_CPP_NAMESPACE_END    }
-    #define XERCES_CPP_NAMESPACE_USE    using namespace &XercesCNSVersion;;
-    #define XERCES_CPP_NAMESPACE_QUALIFIER    &XercesCNSVersion;::
+    #define XERCES_CPP_NAMESPACE_USE    using namespace &XercesC2NSVersion;;
+    #define XERCES_CPP_NAMESPACE_QUALIFIER    &XercesC2NSVersion;::
 
-    namespace &XercesCNSVersion; { }
-    namespace &XercesCNamespace; = &XercesCNSVersion;;
+    namespace &XercesC2NSVersion; { }
+    namespace &XercesC2Namespace; = &XercesC2NSVersion;;
 #else
     #define XERCES_CPP_NAMESPACE_BEGIN
     #define XERCES_CPP_NAMESPACE_END
@@ -532,19 +532,19 @@
 <source>
 new XERCES_CPP_NAMESPACE_QUALIFIER SAXParser();
 </source>
-           
+
         <p>Header file <code>xercesc/util/XercesDefs.hpp</code> also
-           declares <code>namespace &XercesCNamespace;</code> as a
+           declares <code>namespace &XercesC2Namespace;</code> as a
            generic namespace name which will be assigned to
            <code>xercesc_YY_ZZ</code> in each specific release, where
            "YY" is the Major Release Number and "ZZ" is the Minor
            Version Number. However, when you use
-           <code>&XercesCNamespace;::</code> instead of
+           <code>&XercesC2Namespace;::</code> instead of
            <code>XERCES_CPP_NAMESPACE_QUALIFIER </code> when your
            compiler does not support namespaces, your code will not
            work.</p>
- 
-           
+
+
 
     </s2>
 
@@ -603,7 +603,7 @@
     {
     }
 ..
-</source> 
+</source>
     </s2>
 
     <anchor name="PluggablePanicHandler"/>
@@ -611,11 +611,11 @@
 
         <p>The &XercesCName; reports, through the method panic(), any panic encountered,
            to the panic handler installed, which in turn takes whatever action appropriate,
-           to handle the panic.                    
+           to handle the panic.
         </p>
-        <p>The &XercesCName; allows application plugging a customized panic handler 
-           (class implementing the interface PanicHandler), in its very first invocation to 
-           XMLPlatformUtils::Initialize() by supplying a parameter for the panic handler 
+        <p>The &XercesCName; allows application plugging a customized panic handler
+           (class implementing the interface PanicHandler), in its very first invocation to
+           XMLPlatformUtils::Initialize() by supplying a parameter for the panic handler
            intended.
         </p>
         <p>In the absence of such a plugged panic handler, &XercesCName; default
@@ -660,7 +660,7 @@
         parser, so long as their code conforms to Xerces-C best
         practices (e.g., avoids implicit destruction of objects
         related to the parser after XMLPlatformUtils::Terminate() has
-        been called; see <jump href="faq-parse.html#faq-7">the FAQ
+        been called; see <jump href="faq-parse-&XercesC2Series;.html#faq-7">the FAQ
         entry describing a reason why applications may suddenly start
         segfaulting with Xerces-C 2.3.0</jump> for details.).  Such users can ignore this subsection and
         continue using the parser as they always had.
@@ -705,7 +705,7 @@
 
 // ...
 delete parser;
-XMLPlatformUtils::Terminate(); 
+XMLPlatformUtils::Terminate();
 </source>
       <p>
         Notice that, to maintain backward compatibility, the
@@ -713,7 +713,7 @@
         parameters to XMLPlatformUtils::Initialize(); this means that
         all other parameters must be specified with their defaults as
         found in Xerces code if all other aspects of standard
-        behaviour are to be preserved.  
+        behaviour are to be preserved.
       </p>
       <p>
         If a user provides a MemoryManager object to the parser, then
@@ -753,7 +753,7 @@
 
     <anchor name="SecurityManager"/>
     <s2 title="Managing Security Vulnerabilities">
-      <p> 
+      <p>
         The purpose of the SecurityManager class is to permit applications a
         means to have the parser reject documents whose processing would
         otherwise consume large amounts of system resources.  Malicious
@@ -788,7 +788,7 @@
 SAXParser *myParser = new SAXParser();
 SecurityManager *myManager = new SecurityManager();
 myManager->setEntityExpansionLimit(100000); // larger than default
-myParser->setSecurityManager(myManager); 
+myParser->setSecurityManager(myManager);
 // ... use the parser
 </source>
       <p>

Modified: xerces/c/branches/xerces-2.8/doc/program-sax.xml
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/doc/program-sax.xml?rev=630884&r1=630883&r2=630884&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/doc/program-sax.xml (original)
+++ xerces/c/branches/xerces-2.8/doc/program-sax.xml Mon Feb 25 07:46:00 2008
@@ -37,7 +37,7 @@
         called when XML constructs are recognized, and ErrorHandler
         which is called when an error occurs. The header files for the
         various SAX handler classes are in
-        '&lt;&XercesCInstallDir;>/include/xercesc/sax'</p>
+        '&lt;&XercesC2InstallDir;>/include/xercesc/sax'</p>
 
       <p>As a convenience, &XercesCName; provides the class
         HandlerBase, which is a single class which is publicly derived
@@ -173,7 +173,7 @@
            of the features below are set using the "setter" methods (e.g. <code>setDoNamespaces</code>),
            and are queried using the corresponding "getter" methods (e.g. <code>getDoNamespaces</code>).
            The following only gives you a quick summary of supported features.  Please
-           refer to <jump href="api.html">API Documentation</jump> for complete detail.
+           refer to <jump href="api-&XercesC2Series;.html">API Documentation</jump> for complete detail.
            </p>
            <p>None of these features can be modified in the middle of a parse, or an exception will be thrown.</p>
 
@@ -367,20 +367,20 @@
                 <tr><th colspan="2"><em>void setIdentityConstraintChecking(const bool);</em></th></tr>
                 <tr><th><em>true:</em></th><td> Enable identity constraint checking. </td></tr>
                 <tr><th><em>false:</em></th><td> Disable identity constraint checking. </td></tr>
-                <tr><th><em>default:</em></th><td> true </td></tr>                
+                <tr><th><em>default:</em></th><td> true </td></tr>
             </table>
             <p/>
-            
+
             <anchor name="GenerateSyntheticAnnotations"/>
             <table>
                 <tr><th colspan="2"><em>void setGenerateSyntheticAnnotations(const bool);</em></th></tr>
-                <tr><th><em>true:</em></th><td> Enable generation of synthetic annotations.  A synthetic annotation will be 
+                <tr><th><em>true:</em></th><td> Enable generation of synthetic annotations.  A synthetic annotation will be
                 generated when a schema component has non-schema attributes but no child annotation. </td></tr>
                 <tr><th><em>false:</em></th><td> Disable generation of synthetic annotations. </td></tr>
-                <tr><th><em>default:</em></th><td> false </td></tr>                
+                <tr><th><em>default:</em></th><td> false </td></tr>
             </table>
             <p/>
-            
+
             <anchor name="XercesValidateAnnotations"/>
             <table>
                 <tr><th colspan="2"><em>setValidateAnnotation</em></th></tr>
@@ -389,53 +389,53 @@
                 <tr><th><em>default:</em></th><td> false </td></tr>
                 <tr><th><em>note:</em></th><td> Each annotation is validated independently. </td></tr>
             </table>
-            <p/>               
-            
+            <p/>
+
             <anchor name="IgnoreAnnotations"/>
             <table>
                 <tr><th colspan="2"><em>setIgnoreAnnotations</em></th></tr>
                 <tr><th><em>true:</em></th><td> Do not generate XSAnnotations when traversing a schema.</td></tr>
                 <tr><th><em>false:</em></th><td> Generate XSAnnotations when traversing a schema.</td></tr>
-                <tr><th><em>default:</em></th><td> false </td></tr>                
+                <tr><th><em>default:</em></th><td> false </td></tr>
             </table>
-            <p/>    
-            
+            <p/>
+
             <anchor name="DisableDefaultEntityResolution"/>
             <table>
                 <tr><th colspan="2"><em>setDisableDefaultEntityResolution</em></th></tr>
                 <tr><th><em>true:</em></th><td> The parser will not attempt to resolve the entity when the resolveEntity method returns NULL.</td></tr>
                 <tr><th><em>false:</em></th><td> The parser will attempt to resolve the entity when the resolveEntity method returns NULL.</td></tr>
-                <tr><th><em>default:</em></th><td> false </td></tr>                
+                <tr><th><em>default:</em></th><td> false </td></tr>
             </table>
             <p/>
-            
+
             <anchor name="SkipDTDValidation"/>
             <table>
                 <tr><th colspan="2"><em>setSkipDTDValidation</em></th></tr>
                 <tr><th><em>true:</em></th><td> When schema validation is on the parser will ignore the DTD, except for entities.</td></tr>
                 <tr><th><em>false:</em></th><td> The parser will not ignore DTDs when validating.</td></tr>
-                <tr><th><em>default:</em></th><td> false </td></tr>                
+                <tr><th><em>default:</em></th><td> false </td></tr>
                 <tr><th><em>see:</em></th><td>
-                <link anchor="schema">DoSchema</link></td></tr>                
+                <link anchor="schema">DoSchema</link></td></tr>
             </table>
-            <p/>                                                
+            <p/>
 
 			<anchor name="XercesIgnoreCachedDTD"/>
-            <table>            
+            <table>
                 <tr><th colspan="2"><em>setIgnoreCachedDTD</em></th></tr>
-                <tr><th><em>true:</em></th><td> Ignore a cached DTD when an XML document contains both an 
+                <tr><th><em>true:</em></th><td> Ignore a cached DTD when an XML document contains both an
                 								internal and external DTD, and the use cached grammar from parse option
                 								is enabled. Currently, we do not allow using cached DTD grammar when an
                 								internal subset is present in the document. This option will only affect
-                								the behavior of the parser when an internal and external DTD both exist 
+                								the behavior of the parser when an internal and external DTD both exist
                 								in a document (i.e. no effect if document has no internal subset).</td></tr>
                 <tr><th><em>false:</em></th><td> Don't ignore cached DTD. </td></tr>
-                <tr><th><em>default:</em></th><td> false </td></tr>                
+                <tr><th><em>default:</em></th><td> false </td></tr>
                 <tr><th><em>see:</em></th><td>
                 <link anchor="use-cached">useCachedGrammarInParse</link></td></tr>
             </table>
             <p/>
-                        
+
             <table>
                 <tr><th colspan="2"><em>void setExternalSchemaLocation(const XMLCh* const)</em></th></tr>
                 <tr><th><em>Description</em></th><td> The XML Schema Recommendation explicitly states that
@@ -485,7 +485,7 @@
                             Users can use the predefined constants defined in XMLUni directly (fgWFXMLScanner, fgDGXMLScanner,
                             fgSGXMLScanner, or fgIGXMLScanner) or a string that matches the value of one of those constants.</td></tr>
                 <tr><th><em>Value Type</em></th><td> XMLCh* </td></tr>
-                <tr><th><em>note: </em></th><td> See <jump href="program-others.html#UseSpecificScanner">Use Specific Scanner</jump>
+                <tr><th><em>note: </em></th><td> See <jump href="program-others-&XercesC2Series;.html#UseSpecificScanner">Use Specific Scanner</jump>
                 for more programming details. </td></tr>
             </table>
 
@@ -495,7 +495,7 @@
                 <tr><th
                 colspan="2"><em>setSecurityManager(Security Manager * const)</em></th></tr>
                 <tr><th><em>Description</em></th>
-                <td> 
+                <td>
                     Certain valid XML and XML Schema constructs can force a
                     processor to consume more system resources than an
                     application may wish.  In fact, certain features could
@@ -503,10 +503,10 @@
                     denial-of-service attack.  This property allows
                     applications to impose limits on the amount of
                     resources the processor will consume while processing
-                    these constructs.  
+                    these constructs.
                 </td></tr>
                 <tr><th><em>Value</em></th>
-                <td> 
+                <td>
                     An instance of the SecurityManager class (see
                     <code>xercesc/util/SecurityManager</code>).  This
                     class's documentation describes the particular limits
@@ -524,15 +524,15 @@
                     performed.
                 </td></tr>
                 <tr><th><em>Value Type</em></th><td> SecurityManager* </td></tr>
-            </table>                
-            
+            </table>
+
             <p/>
-                        
-            <table>            
+
+            <table>
                 <tr><th
                 colspan="2"><em>setInputBufferSize(const size_t bufferSize)</em></th></tr>
                 <tr><th><em>Description</em></th>
-                <td> 
+                <td>
                     Set maximum input buffer size.
                     This method allows users to limit the size of buffers used in parsing
                     XML character data. The effect of setting this size is to limit the
@@ -540,7 +540,7 @@
                     The parser's default input buffer size is 1 megabyte.
                 </td></tr>
                 <tr><th><em>Value</em></th>
-                <td> 
+                <td>
                     The maximum input buffer size
                 </td></tr>
                 <tr><th><em>Value Type</em></th><td> XMLCh* </td></tr>

Modified: xerces/c/branches/xerces-2.8/doc/program-sax2.xml
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/doc/program-sax2.xml?rev=630884&r1=630883&r2=630884&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/doc/program-sax2.xml (original)
+++ xerces/c/branches/xerces-2.8/doc/program-sax2.xml Mon Feb 25 07:46:00 2008
@@ -37,7 +37,7 @@
         called when XML constructs are recognized, and ErrorHandler
         which is called when an error occurs. The header files for the
         various SAX2 handler classes are in
-        '&lt;&XercesCInstallDir;>/include/xercesc/sax2'</p>
+        '&lt;&XercesC2InstallDir;>/include/xercesc/sax2'</p>
 
       <p>As a convenience, &XercesCName; provides the class
         DefaultHandler, which is a single class which is publicly derived
@@ -139,7 +139,7 @@
 
         char* xmlFile = "x1.xml";
         SAX2XMLReader* parser = XMLReaderFactory::createXMLReader();
-        parser->setFeature(XMLUni::fgSAX2CoreValidation, true);   
+        parser->setFeature(XMLUni::fgSAX2CoreValidation, true);
         parser->setFeature(XMLUni::fgSAX2CoreNameSpaces, true);   // optional
 
         DefaultHandler* defaultHandler = new DefaultHandler();
@@ -389,28 +389,28 @@
                 improves the performance.</td></tr>
             </table>
             <p/>
-            
+
             <anchor name="IdentityConstraintChecking"/>
             <table>
                 <tr><th colspan="2"><em>http://apache.org/xml/features/validation/identity-constraint-checking</em></th></tr>
                 <tr><th><em>true:</em></th><td> Enable identity constraint checking. </td></tr>
                 <tr><th><em>false:</em></th><td> Disable identity constraint checking. </td></tr>
                 <tr><th><em>default:</em></th><td> true </td></tr>
-                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesIdentityConstraintChecking </td></tr>                
+                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesIdentityConstraintChecking </td></tr>
             </table>
             <p/>
-            
+
             <anchor name="GenerateSyntheticAnnotations"/>
             <table>
                 <tr><th colspan="2"><em>http://apache.org/xml/features/generate-synthetic-annotations</em></th></tr>
-                <tr><th><em>true:</em></th><td> Enable generation of synthetic annotations.  A synthetic annotation will be 
+                <tr><th><em>true:</em></th><td> Enable generation of synthetic annotations.  A synthetic annotation will be
                 generated when a schema component has non-schema attributes but no child annotation. </td></tr>
                 <tr><th><em>false:</em></th><td> Disable generation of synthetic annotations. </td></tr>
                 <tr><th><em>default:</em></th><td> false </td></tr>
-                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesGenerateSyntheticAnnotations </td></tr>                
+                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesGenerateSyntheticAnnotations </td></tr>
             </table>
             <p/>
-            
+
             <anchor name="XercesValidateAnnotations"/>
             <table>
                 <tr><th colspan="2"><em>http://apache.org/xml/features/validate-annotations</em></th></tr>
@@ -420,57 +420,57 @@
                 <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesValidateAnnotations </td></tr>
                 <tr><th><em>note:</em></th><td> Each annotation is validated independently. </td></tr>
             </table>
-            <p/>                                    
-            
+            <p/>
+
             <anchor name="IgnoreAnnotations"/>
             <table>
                 <tr><th colspan="2"><em>http://apache.org/xml/features/schema/ignore-annotations</em></th></tr>
                 <tr><th><em>true:</em></th><td> Do not generate XSAnnotations when traversing a schema.</td></tr>
                 <tr><th><em>false:</em></th><td> Generate XSAnnotations when traversing a schema.</td></tr>
-                <tr><th><em>default:</em></th><td> false </td></tr>     
-                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesIgnoreAnnotations </td></tr>           
+                <tr><th><em>default:</em></th><td> false </td></tr>
+                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesIgnoreAnnotations </td></tr>
             </table>
-            <p/>    
-            
+            <p/>
+
             <anchor name="DisableDefaultEntityResolution"/>
             <table>
                 <tr><th colspan="2"><em>http://apache.org/xml/features/disable-default-entity-resolution</em></th></tr>
                 <tr><th><em>true:</em></th><td> The parser will not attempt to resolve the entity when the resolveEntity method returns NULL.</td></tr>
                 <tr><th><em>false:</em></th><td> The parser will attempt to resolve the entity when the resolveEntity method returns NULL.</td></tr>
-                <tr><th><em>default:</em></th><td> false </td></tr>       
-                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesDisableDefaultEntityResolution </td></tr>         
+                <tr><th><em>default:</em></th><td> false </td></tr>
+                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesDisableDefaultEntityResolution </td></tr>
             </table>
             <p/>
-            
+
             <anchor name="SkipDTDValidation"/>
             <table>
                 <tr><th colspan="2"><em>http://apache.org/xml/features/validation/schema/skip-dtd-validation</em></th></tr>
                 <tr><th><em>true:</em></th><td> When schema validation is on the parser will ignore the DTD, except for entities.</td></tr>
                 <tr><th><em>false:</em></th><td> The parser will not ignore DTDs when validating.</td></tr>
-                <tr><th><em>default:</em></th><td> false </td></tr>                
+                <tr><th><em>default:</em></th><td> false </td></tr>
                 <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesSkipDTDValidation </td></tr>
                 <tr><th><em>see:</em></th><td>
-                <link anchor="schema">Schema Validation</link></td></tr>                
+                <link anchor="schema">Schema Validation</link></td></tr>
             </table>
-            <p/>                                               
-                      
+            <p/>
+
            <anchor name="IgnoreCachedDTD"/>
-            <table>            
+            <table>
                 <tr><th colspan="2"><em>http://apache.org/xml/features/validation/ignoreCachedDTD</em></th></tr>
-                <tr><th><em>true:</em></th><td> Ignore a cached DTD when an XML document contains both an 
+                <tr><th><em>true:</em></th><td> Ignore a cached DTD when an XML document contains both an
                 								internal and external DTD, and the use cached grammar from parse option
                 								is enabled. Currently, we do not allow using cached DTD grammar when an
                 								internal subset is present in the document. This option will only affect
-                								the behavior of the parser when an internal and external DTD both exist 
+                								the behavior of the parser when an internal and external DTD both exist
                 								in a document (i.e. no effect if document has no internal subset).</td></tr>
                 <tr><th><em>false:</em></th><td> Don't ignore cached DTD. </td></tr>
                 <tr><th><em>default:</em></th><td> false </td></tr>
                 <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesIgnoreCachedDTD </td></tr>
-                <tr><th><em>see:</em></th><td>                
+                <tr><th><em>see:</em></th><td>
                 <link anchor="use-cached">http://apache.org/xml/features/validation/use-cachedGrammarInParse</link>
                 </td></tr>
             </table>
-            <p/>              
+            <p/>
             </s4>
         </s3>
 
@@ -547,7 +547,7 @@
                             one of those constants.</td></tr>
                 <tr><th><em>Value Type</em></th><td> XMLCh* </td></tr>
                 <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesScannerName </td></tr>
-                <tr><th><em>note: </em></th><td> See <jump href="program-others.html#UseSpecificScanner">Use Specific Scanner</jump>
+                <tr><th><em>note: </em></th><td> See <jump href="program-others-&XercesC2Series;.html#UseSpecificScanner">Use Specific Scanner</jump>
                 for more programming details. </td></tr>
             </table>
 
@@ -556,7 +556,7 @@
             <table>
                 <tr><th colspan="2"><em>http://apache.org/xml/properties/security-manager</em></th></tr>
                 <tr><th><em>Description</em></th>
-                <td> 
+                <td>
                     Certain valid XML and XML Schema constructs can force a
                     processor to consume more system resources than an
                     application may wish.  In fact, certain features could
@@ -564,10 +564,10 @@
                     denial-of-service attack.  This property allows
                     applications to impose limits on the amount of
                     resources the processor will consume while processing
-                    these constructs.  
+                    these constructs.
                 </td></tr>
                 <tr><th><em>Value</em></th>
-                <td> 
+                <td>
                     An instance of the SecurityManager class (see
                     <code>xercesc/util/SecurityManager</code>).  This
                     class's documentation describes the particular limits
@@ -587,14 +587,14 @@
                 <tr><th><em>Value Type</em></th><td> SecurityManager* </td></tr>
                 <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesSecurityManager </td></tr>
             </table>
-            
+
             <p/>
-                        
-            <table>            
+
+            <table>
                 <tr><th
                 colspan="2"><em>setInputBufferSize(const size_t bufferSize)</em></th></tr>
                 <tr><th><em>Description</em></th>
-                <td> 
+                <td>
                     Set maximum input buffer size.
                     This method allows users to limit the size of buffers used in parsing
                     XML character data. The effect of setting this size is to limit the
@@ -602,12 +602,12 @@
                     The parser's default input buffer size is 1 megabyte.
                 </td></tr>
                 <tr><th><em>Value</em></th>
-                <td> 
+                <td>
                     The maximum input buffer size
                 </td></tr>
                 <tr><th><em>Value Type</em></th><td> XMLCh* </td></tr>
             </table>
-                        
+
             <p/>
           </s4>
         </s3>

Modified: xerces/c/branches/xerces-2.8/doc/program.xml
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/doc/program.xml?rev=630884&r1=630883&r2=630884&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/doc/program.xml (original)
+++ xerces/c/branches/xerces-2.8/doc/program.xml Mon Feb 25 07:46:00 2008
@@ -20,6 +20,8 @@
 
 <s1 title="Programming Guide">
 
+  <p>This Programming Guide is for &XercesCName; version &XercesC2Version;.</p>
+
 	<p>Independent of the API you want to use, DOM, SAX, or SAX2, your
       application must initialize the &XercesCProjectName; system
       before using the API, and terminate it after you are done. This
@@ -27,8 +29,8 @@
 <source>
 #include &lt;xercesc/util/PlatformUtils.hpp&gt;
 // Other include files, declarations, and non-&XercesCName; initializations.
-XERCES_CPP_NAMESPACE_USE 
-  
+XERCES_CPP_NAMESPACE_USE
+
 int main(int argc, char* argv[])
 {
   try {
@@ -60,87 +62,87 @@
   <s2 title="DOM Programming Guide">
     <p>The DOM API is based on the
       <jump href="ApacheDOMC++Binding.html">Apache Recommended DOM C++ binding</jump>.</p>
-    <p>Read the <jump href="program-dom.html">DOM Programming Guide</jump> document
+    <p>Read the <jump href="program-dom-&XercesC2Series;.html">DOM Programming Guide</jump> document
       or jump directly to:</p>
     <ul>
-      <li><jump href="program-dom.html#Objectives">Design Objectives</jump></li>
-      <li><jump href="program-dom.html#DOM3">DOM Level 3 Support in &XercesCName; </jump></li>
-      <li><jump href="program-dom.html#UsingDOMAPI">Using DOM API</jump></li>
+      <li><jump href="program-dom-&XercesC2Series;.html#Objectives">Design Objectives</jump></li>
+      <li><jump href="program-dom-&XercesC2Series;.html#DOM3">DOM Level 3 Support in &XercesCName; </jump></li>
+      <li><jump href="program-dom-&XercesC2Series;.html#UsingDOMAPI">Using DOM API</jump></li>
       <ul>
-          <li><jump href="program-dom.html#AccessAPI">Accessing API from application code</jump></li>
-          <li><jump href="program-dom.html#DOMClassNames">Class Names</jump></li>
-          <li><jump href="program-dom.html#DOMObjMgmt">Objects Management</jump></li>
-          <li><jump href="program-dom.html#DOMMemMgmt">Memory Management</jump></li>
-          <li><jump href="program-dom.html#XMLCh">String Type</jump></li>
+          <li><jump href="program-dom-&XercesC2Series;.html#AccessAPI">Accessing API from application code</jump></li>
+          <li><jump href="program-dom-&XercesC2Series;.html#DOMClassNames">Class Names</jump></li>
+          <li><jump href="program-dom-&XercesC2Series;.html#DOMObjMgmt">Objects Management</jump></li>
+          <li><jump href="program-dom-&XercesC2Series;.html#DOMMemMgmt">Memory Management</jump></li>
+          <li><jump href="program-dom-&XercesC2Series;.html#XMLCh">String Type</jump></li>
       </ul>
-      <li><jump href="program-dom.html#XercesDOMParser">XercesDOMParser</jump></li>
+      <li><jump href="program-dom-&XercesC2Series;.html#XercesDOMParser">XercesDOMParser</jump></li>
       <ul>
-          <li><jump href="program-dom.html#ConstructXercesDOMParser">Constructing a XercesDOMParser</jump></li>
-          <li><jump href="program-dom.html#XercesDOMFeatures">Supported Features</jump></li>
-          <li><jump href="program-dom.html#XercesDOMProperties">Supported Properties</jump></li>
+          <li><jump href="program-dom-&XercesC2Series;.html#ConstructXercesDOMParser">Constructing a XercesDOMParser</jump></li>
+          <li><jump href="program-dom-&XercesC2Series;.html#XercesDOMFeatures">Supported Features</jump></li>
+          <li><jump href="program-dom-&XercesC2Series;.html#XercesDOMProperties">Supported Properties</jump></li>
       </ul>
-      <li><jump href="program-dom.html#DOMBuilder">DOMBuilder</jump></li>
+      <li><jump href="program-dom-&XercesC2Series;.html#DOMBuilder">DOMBuilder</jump></li>
       <ul>
-          <li><jump href="program-dom.html#ConstructDOMBuilder">Constructing a DOMBuilder</jump></li>
-          <li><jump href="program-dom.html#InputSourceWrapper">How to interchange DOMInputSource and SAX InputSource?</jump></li>
-          <li><jump href="program-dom.html#DOMBuilderFeatures">Supported Features</jump></li>
-          <li><jump href="program-dom.html#DOMBuilderProperties">Supported Properties</jump></li>
+          <li><jump href="program-dom-&XercesC2Series;.html#ConstructDOMBuilder">Constructing a DOMBuilder</jump></li>
+          <li><jump href="program-dom-&XercesC2Series;.html#InputSourceWrapper">How to interchange DOMInputSource and SAX InputSource?</jump></li>
+          <li><jump href="program-dom-&XercesC2Series;.html#DOMBuilderFeatures">Supported Features</jump></li>
+          <li><jump href="program-dom-&XercesC2Series;.html#DOMBuilderProperties">Supported Properties</jump></li>
       </ul>
-      <li><jump href="program-dom.html#DOMWriter">DOMWriter</jump></li>
+      <li><jump href="program-dom-&XercesC2Series;.html#DOMWriter">DOMWriter</jump></li>
       <ul>
-          <li><jump href="program-dom.html#ConstructDOMWriter">Constructing a DOMWriter</jump></li>
-          <li><jump href="program-dom.html#DOMWriterEntityRef">How does DOMWriter handle built-in entity Reference in node value?</jump></li>
-          <li><jump href="program-dom.html#DOMWriterFeatures">Supported Features</jump></li>
+          <li><jump href="program-dom-&XercesC2Series;.html#ConstructDOMWriter">Constructing a DOMWriter</jump></li>
+          <li><jump href="program-dom-&XercesC2Series;.html#DOMWriterEntityRef">How does DOMWriter handle built-in entity Reference in node value?</jump></li>
+          <li><jump href="program-dom-&XercesC2Series;.html#DOMWriterFeatures">Supported Features</jump></li>
       </ul>
-      <li><jump href="program-dom.html#Deprecated">Deprecated - Java-like DOM</jump></li>
+      <li><jump href="program-dom-&XercesC2Series;.html#Deprecated">Deprecated - Java-like DOM</jump></li>
     </ul>
   </s2>
 
   <s2 title="SAX Programming Guide">
-    <p>Read the <jump href="program-sax.html">SAX Programming Guide</jump> document
+    <p>Read the <jump href="program-sax-&XercesC2Series;.html">SAX Programming Guide</jump> document
       or jump directly to:</p>
     <ul>
-      <li><jump href="program-sax.html#UsingSAX1API">Using the SAX API</jump></li>
-      <li><jump href="program-sax.html#SAXParser">SAXParser</jump></li>
+      <li><jump href="program-sax-&XercesC2Series;.html#UsingSAX1API">Using the SAX API</jump></li>
+      <li><jump href="program-sax-&XercesC2Series;.html#SAXParser">SAXParser</jump></li>
       <ul>
-          <li><jump href="program-sax.html#ConstructParser">Constructing a SAXParser</jump></li>
-          <li><jump href="program-sax.html#SAXFeatures">Supported Features</jump></li>
+          <li><jump href="program-sax-&XercesC2Series;.html#ConstructParser">Constructing a SAXParser</jump></li>
+          <li><jump href="program-sax-&XercesC2Series;.html#SAXFeatures">Supported Features</jump></li>
       </ul>
     </ul>
   </s2>
 
   <s2 title="SAX2 Programming Guide">
-    <p>Read the <jump href="program-sax2.html">SAX2 Programming Guide</jump> document
+    <p>Read the <jump href="program-sax2-&XercesC2Series;.html">SAX2 Programming Guide</jump> document
       or jump directly to:</p>
     <ul>
-      <li><jump href="program-sax2.html#UsingSAX2API">Using the SAX2 API</jump></li>
-      <li><jump href="program-sax2.html#SAX2XMLReader">SAX2XMLReader</jump></li>
+      <li><jump href="program-sax2-&XercesC2Series;.html#UsingSAX2API">Using the SAX2 API</jump></li>
+      <li><jump href="program-sax2-&XercesC2Series;.html#SAX2XMLReader">SAX2XMLReader</jump></li>
       <ul>
-          <li><jump href="program-sax2.html#ConstructParser2">Constructing an XML Reader</jump></li>
-          <li><jump href="program-sax2.html#SAX2Features">Supported Features</jump></li>
-          <li><jump href="program-sax2.html#SAX2Properties">Supported Properties</jump></li>
+          <li><jump href="program-sax2-&XercesC2Series;.html#ConstructParser2">Constructing an XML Reader</jump></li>
+          <li><jump href="program-sax2-&XercesC2Series;.html#SAX2Features">Supported Features</jump></li>
+          <li><jump href="program-sax2-&XercesC2Series;.html#SAX2Properties">Supported Properties</jump></li>
       </ul>
     </ul>
   </s2>
 
   <s2 title="Other Features">
-    <p>Read the <jump href="program-others.html">&XercesCName; Programming Guide</jump> document
+    <p>Read the <jump href="program-others-&XercesC2Series;.html">&XercesCName; Programming Guide</jump> document
       or jump directly to:</p>
     <ul>
-      <li><jump href="program-others.html#Macro">Version Macros</jump></li>
-      <li><jump href="program-others.html#Schema">Schema Support</jump></li>
-      <li><jump href="program-others.html#Progressive">Progressive Parsing</jump></li>
-      <li><jump href="program-others.html#GrammarCache">Preparsing Grammar and Grammar Caching</jump></li>
-      <li><jump href="program-others.html#LoadableMessageText">Loadable Message Text</jump></li>
-      <li><jump href="program-others.html#PluggableTranscoders">Pluggable Transcoders</jump></li>
-      <li><jump href="program-others.html#PortingGuidelines">Porting Guidelines</jump></li>
-      <li><jump href="program-others.html#CPPNamespace">Using C++ Namespace</jump></li>
-      <li><jump href="program-others.html#SpecifylocaleforMessageLoader">Specify Locale for Message Loader</jump></li>
-      <li><jump href="program-others.html#SpecifylocationforMessageLoader">Specify Location for Message Loader</jump></li>
-      <li><jump href="program-others.html#UseSpecificScanner">Use Specific Scanner</jump></li>
-      <li><jump href="program-others.html#PluggablePanicHandler">Pluggable Panic Handler</jump></li>      
-      <li><jump href="program-others.html#PluggableMemoryManager">Pluggable Memory Manager</jump></li>      
-      <li><jump href="program-others.html#SecurityManager">Managing Security Vulnerabilities</jump></li>      
+      <li><jump href="program-others-&XercesC2Series;.html#Macro">Version Macros</jump></li>
+      <li><jump href="program-others-&XercesC2Series;.html#Schema">Schema Support</jump></li>
+      <li><jump href="program-others-&XercesC2Series;.html#Progressive">Progressive Parsing</jump></li>
+      <li><jump href="program-others-&XercesC2Series;.html#GrammarCache">Preparsing Grammar and Grammar Caching</jump></li>
+      <li><jump href="program-others-&XercesC2Series;.html#LoadableMessageText">Loadable Message Text</jump></li>
+      <li><jump href="program-others-&XercesC2Series;.html#PluggableTranscoders">Pluggable Transcoders</jump></li>
+      <li><jump href="program-others-&XercesC2Series;.html#PortingGuidelines">Porting Guidelines</jump></li>
+      <li><jump href="program-others-&XercesC2Series;.html#CPPNamespace">Using C++ Namespace</jump></li>
+      <li><jump href="program-others-&XercesC2Series;.html#SpecifylocaleforMessageLoader">Specify Locale for Message Loader</jump></li>
+      <li><jump href="program-others-&XercesC2Series;.html#SpecifylocationforMessageLoader">Specify Location for Message Loader</jump></li>
+      <li><jump href="program-others-&XercesC2Series;.html#UseSpecificScanner">Use Specific Scanner</jump></li>
+      <li><jump href="program-others-&XercesC2Series;.html#PluggablePanicHandler">Pluggable Panic Handler</jump></li>
+      <li><jump href="program-others-&XercesC2Series;.html#PluggableMemoryManager">Pluggable Memory Manager</jump></li>
+      <li><jump href="program-others-&XercesC2Series;.html#SecurityManager">Managing Security Vulnerabilities</jump></li>
     </ul>
   </s2>
 

Modified: xerces/c/branches/xerces-2.8/doc/psviwriter.xml
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/doc/psviwriter.xml?rev=630884&r1=630883&r2=630884&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/doc/psviwriter.xml (original)
+++ xerces/c/branches/xerces-2.8/doc/psviwriter.xml Mon Feb 25 07:46:00 2008
@@ -48,7 +48,7 @@
 </source>
           <p>Here is some sample output from PSVWriter (as the output is verbose
              it has been truncated)</p>
-<source>cd &XercesCInstallDir;-linux/samples/data
+<source>cd &XercesC2InstallDir;-linux/samples/data
 PSVIWriter personal.xml
 
 &lt;document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 

Modified: xerces/c/branches/xerces-2.8/doc/readme.xml
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/doc/readme.xml?rev=630884&r1=630883&r2=630884&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/doc/readme.xml (original)
+++ xerces/c/branches/xerces-2.8/doc/readme.xml Mon Feb 25 07:46:00 2008
@@ -20,14 +20,14 @@
 
 <s1 title="&XercesCFullName;">
 
-    <s2 title="&XercesCName; Version &XercesCVersion;">
+    <s2 title="&XercesCName; Version &XercesC2Version;">
 
         <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.html">Programming
+        with &XercesCName; refer to the <jump href="program-&XercesC2Series;.html">Programming
         Guide</jump>.</p>
 
         <p>&XercesCName; is faithful to the
@@ -90,7 +90,7 @@
             Document Object Model (DOM) Level 3 Load and Save Specification</jump>,
             Version 1.0 W3C Working Draft 26 February 2003.
             This implementation is experimental.
-            See <jump href="dom3.html">DOM Level 3 Support</jump> for detail.</li>
+            See <jump href="dom3-&XercesC2Series;.html">DOM Level 3 Support</jump> for detail.</li>
             <li>Source code, samples, and documentation is provided</li>
             <li>Programmatic generation and validation of XML</li>
             <li>Pluggable catalogs, validators and encodings</li>
@@ -99,36 +99,10 @@
         </ul>
     </s2>
 
-    <s2 title="Platforms with Binaries">
-
-      <p>Precompiled binaries are available for the following platforms
-         and compilers:</p>
-
-      &build-winunix-supported-platforms;
-	</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>The &XercesCName; Version &XercesCVersion; is available in both source distribution and
+    <s2 title="License Information">
+       <p>The &XercesCName; Version &XercesC2Version; 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>.
+          <jump href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License, Version 2.0</jump>.
        </p>
     </s2>
 

Modified: xerces/c/branches/xerces-2.8/doc/redirect.xml
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/doc/redirect.xml?rev=630884&r1=630883&r2=630884&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/doc/redirect.xml (original)
+++ xerces/c/branches/xerces-2.8/doc/redirect.xml Mon Feb 25 07:46:00 2008
@@ -38,10 +38,10 @@
 <source>Redirect &lt;XML file&gt;</source>
 
                    <p>Redirect is invoked as follows:</p>
-<source>cd &XercesCInstallDir;-linux/samples/data
+<source>cd &XercesC2InstallDir;-linux/samples/data
 Redirect personal.xml</source>
           <p>The output is the following:</p>
-<source>cd &XercesCInstallDir;-linux/samples/data
+<source>cd &XercesC2InstallDir;-linux/samples/data
 Redirect personal.xml
 personal.xml: 30 ms (37 elems, 12 attrs, 0 spaces, 268 chars)</source>
 

Modified: xerces/c/branches/xerces-2.8/doc/samples.xml
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/doc/samples.xml?rev=630884&r1=630883&r2=630884&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/doc/samples.xml (original)
+++ xerces/c/branches/xerces-2.8/doc/samples.xml Mon Feb 25 07:46:00 2008
@@ -29,8 +29,8 @@
 
     <s2 title="Building the Samples">
         <p>For general information related to building--including
-        platform-specific information--please refer to the 
-        <jump href="build.html">Build Page</jump>.  This
+        platform-specific information--please refer to the
+        <jump href="build-&XercesC2Series;.html">Build Page</jump>.  This
         information covers a standard installation where one
         has downloaded the entire Xerces-C binary distribution
         to a place on the filesystem to which one has write
@@ -52,7 +52,7 @@
             <li>Proceed as normal to compile the samples (not
             forgetting to set <code>XERCESCROOT</code> to point
             to the place on the file system where Xerces-C&apos;s
-            include files etc. are to be found);</li> 
+            include files etc. are to be found);</li>
         </ol>
         <p>Once this is done, the compiled samples will be placed
         in a directory named <code>bin</code>; this directory
@@ -77,12 +77,12 @@
 		and stays as <em>LIBPATH</em> on AIX).</p>
 
 		<p>To set you LIBPATH (on AIX for example), you would type:</p>
-<source>export LIBPATH=&XercesCInstallDir;/lib:$LIBPATH</source>
+<source>export LIBPATH=&XercesC2InstallDir;/lib:$LIBPATH</source>
 
                <p>On both Windows and UNIX platforms, if the parser is built with icu message loader
                (like IBM XML4C binaries), or message catalog loader, then you need to set another environment
                variable, XERCESC_NLS_HOME to point to the directory, $XERCESCROOT/msg, where the message
-               files reside.              
+               files reside.
                </p>
 <source>
 set XERCESC_NLS_HOME=$XERCESCROOT\msg
@@ -91,45 +91,45 @@
 or
 setenv XERCESC_NLS_HOME=$XERCESCROOT/msg
 </source>
-               
+
                <p>Once you have set up the environment variables, you can run the
                samples by opening a command window (or your shell prompt for
                UNIX environments).</p>
 
 		<s3 title="&XercesCName; Samples">
 			<ul>
-				<li><link idref="saxcount">SAXCount</link>
+				<li><link idref="saxcount-&XercesC2Series;">SAXCount</link>
 					<br/>SAXCount counts the elements, attributes, spaces and
 					characters in an XML file.</li>
-				<li><link idref="saxprint">SAXPrint</link>
+				<li><link idref="saxprint-&XercesC2Series;">SAXPrint</link>
 					<br/>SAXPrint parses an XML file and prints it out.</li>
-				<li><link idref="domcount">DOMCount</link>
+				<li><link idref="domcount-&XercesC2Series;">DOMCount</link>
 					<br/>DOMCount counts the elements in a XML file.</li>
-				<li><link idref="domprint">DOMPrint</link>
+				<li><link idref="domprint-&XercesC2Series;">DOMPrint</link>
 					<br/>DOMPrint parses an XML file and prints it out.</li>
-				<li><link idref="memparse">MemParse</link>
+				<li><link idref="memparse-&XercesC2Series;">MemParse</link>
 					<br/>MemParse parses XML in a memory buffer, outputing the number of elements and attributes.</li>
-				<li><link idref="redirect">Redirect</link>
+				<li><link idref="redirect-&XercesC2Series;">Redirect</link>
 					<br/>Redirect redirects the input stream for external entities.</li>
-				<li><link idref="pparse">PParse</link>
+				<li><link idref="pparse-&XercesC2Series;">PParse</link>
 					<br/>PParse demonstrates progressive parsing.</li>
-				<li><link idref="stdinparse">StdInParse</link>
+				<li><link idref="stdinparse-&XercesC2Series;">StdInParse</link>
 					<br/>StdInParse demonstrates streaming XML data from standard input.</li>
-				<li><link idref="enumval">EnumVal</link>
+				<li><link idref="enumva-&XercesC2Series;">EnumVal</link>
 					<br/>EnumVal shows how to enumerate the markup decls in a DTD Grammar.</li>
-				<li><link idref="senumval">SEnumVal</link>
+				<li><link idref="senumval-&XercesC2Series;">SEnumVal</link>
 					<br/>SEnumVal shows how to enumerate the markup decls in a Schema Grammar.</li>
-				<li><link idref="createdoc">CreateDOMDocument</link>
+				<li><link idref="createdoc-&XercesC2Series;">CreateDOMDocument</link>
 					<br/>CreateDOMDocument creates a DOM tree in memory from scratch.</li>
-				<li><link idref="sax2count">SAX2Count</link>
+				<li><link idref="sax2count-&XercesC2Series;">SAX2Count</link>
 					<br/>SAX2Count counts the elements, attributes, spaces and
 					characters in an XML file.</li>
-				<li><link idref="sax2print">SAX2Print</link>
+				<li><link idref="sax2print-&XercesC2Series;">SAX2Print</link>
 					<br/>SAX2Print parses an XML file and prints it out.</li>
-				<li><link idref="psviwriter">PSVIWriter</link>
+				<li><link idref="psviwriter-&XercesC2Series;">PSVIWriter</link>
 					<br/>PSVIWriter exposes the underlying PSVI of the parsed XML file.</li>
-				<li><link idref="scmprint">SCMPrint</link>
-					<br/>SCMPrint parses an XSD file and prints information about the Schema Component Model.</li>										
+				<li><link idref="scmprint-&XercesC2Series;">SCMPrint</link>
+					<br/>SCMPrint parses an XSD file and prints information about the Schema Component Model.</li>
 			</ul>
 		</s3>
     </s2>

Modified: xerces/c/branches/xerces-2.8/doc/sax2count.xml
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/doc/sax2count.xml?rev=630884&r1=630883&r2=630884&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/doc/sax2count.xml (original)
+++ xerces/c/branches/xerces-2.8/doc/sax2count.xml Mon Feb 25 07:46:00 2008
@@ -56,7 +56,7 @@
              <em>-v=never</em> will not use any validation<br/>
              <em>-v=auto</em> will validate if a DOCTYPE declaration or a schema declaration is present in the XML document</p>
           <p>Here is a sample output from SAX2Count</p>
-<source>cd &XercesCInstallDir;-linux/samples/data
+<source>cd &XercesC2InstallDir;-linux/samples/data
 SAX2Count -v=always personal.xml
 personal.xml: 60 ms (37 elems, 12 attrs, 134 spaces, 134 chars)</source>
           <p>Running SAX2Count with the validating parser gives a different result because

Modified: xerces/c/branches/xerces-2.8/doc/sax2print.xml
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/doc/sax2print.xml?rev=630884&r1=630883&r2=630884&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/doc/sax2print.xml (original)
+++ xerces/c/branches/xerces-2.8/doc/sax2print.xml Mon Feb 25 07:46:00 2008
@@ -70,7 +70,7 @@
              <em>-v=never</em>  will not use any validation<br/>
              <em>-v=auto</em>   will validate if a DOCTYPE declaration or a schema declaration is present in the XML document</p>
           <p>Here is a sample output from SAX2Print</p>
-<source>cd &XercesCInstallDir;-linux/samples/data
+<source>cd &XercesC2InstallDir;-linux/samples/data
 SAX2Print -v=always personal.xml
 
 &lt;?xml version="1.0" encoding="LATIN1"?&gt;

Modified: xerces/c/branches/xerces-2.8/doc/saxcount.xml
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/doc/saxcount.xml?rev=630884&r1=630883&r2=630884&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/doc/saxcount.xml (original)
+++ xerces/c/branches/xerces-2.8/doc/saxcount.xml Mon Feb 25 07:46:00 2008
@@ -54,7 +54,7 @@
              <em>-v=never</em> will not use any validation<br/>
              <em>-v=auto</em> will validate if a DOCTYPE declaration or a schema declaration is present in the XML document</p>
           <p>Here is a sample output from SAXCount</p>
-<source>cd &XercesCInstallDir;-linux/samples/data
+<source>cd &XercesC2InstallDir;-linux/samples/data
 SAXCount -v=always personal.xml
 personal.xml: 60 ms (37 elems, 12 attrs, 134 spaces, 134 chars)</source>
           <p>Running SAXCount with the validating parser gives a different result because

Modified: xerces/c/branches/xerces-2.8/doc/saxprint.xml
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/doc/saxprint.xml?rev=630884&r1=630883&r2=630884&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/doc/saxprint.xml (original)
+++ xerces/c/branches/xerces-2.8/doc/saxprint.xml Mon Feb 25 07:46:00 2008
@@ -66,7 +66,7 @@
              <em>-v=never</em>  will not use any validation<br/>
              <em>-v=auto</em>   will validate if a DOCTYPE declaration or a schema declaration is present in the XML document</p>
           <p>Here is a sample output from SAXPrint</p>
-<source>cd &XercesCInstallDir;-linux/samples/data
+<source>cd &XercesC2InstallDir;-linux/samples/data
 SAXPrint -v=always personal.xml
 
 &lt;?xml version="1.0" encoding="LATIN1"?&gt;

Modified: xerces/c/branches/xerces-2.8/doc/schema.xml
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.8/doc/schema.xml?rev=630884&r1=630883&r2=630884&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.8/doc/schema.xml (original)
+++ xerces/c/branches/xerces-2.8/doc/schema.xml Mon Feb 25 07:46:00 2008
@@ -19,17 +19,21 @@
 <!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
 <s1 title="Schema">
        <s2 title="Introduction">
-               <p>This package contains an implementation of the W3C XML Schema
-                 Language, a recommendation of the Worldwide Web Consortium
-                 available in three parts:
-                 <jump href="http://www.w3.org/TR/xmlschema-0/">XML Schema: Primer</jump> and
-                 <jump href="http://www.w3.org/TR/xmlschema-1/">XML Schema: Structures</jump> and
-                 <jump href="http://www.w3.org/TR/xmlschema-2/">XML Schema: Datatypes</jump>.
-                 We consider this implementation complete except for the limitations cited below.
-               </p>
-
-               &schema-feedback-info;
+         <p>This package contains an implementation of the W3C XML Schema
+            Language, a recommendation of the Worldwide Web Consortium
+            available in three parts:
+            <jump href="http://www.w3.org/TR/xmlschema-0/">XML Schema: Primer</jump> and
+            <jump href="http://www.w3.org/TR/xmlschema-1/">XML Schema: Structures</jump> and
+            <jump href="http://www.w3.org/TR/xmlschema-2/">XML Schema: Datatypes</jump>.
+            We consider this implementation complete except for the limitations cited below.
+         </p>
 
+         <p>We would very much appreciate feedback on the package via the
+            <jump href="&MailURI;">&XercesCName; mailing lists</jump>,
+            and we encourage the submission of bugs as described on the
+            <jump href="&BugURI;">Bug Reporting</jump> page. Please
+            read this document before using this package.
+         </p>
 
        </s2>
        <anchor name="limitation"/>
@@ -42,8 +46,8 @@
             in the parser.  Large values for <code>minOccurs</code> should be
             avoided, and <code>unbounded</code> should be used instead of
             a large value for <code>maxOccurs</code>.</li>
-            <li>The parser treats local elements in the same scope with the 
-            same name and namespace as one element declaration and does not 
+            <li>The parser treats local elements in the same scope with the
+            same name and namespace as one element declaration and does not
             differentiate between them.</li>
          </ul>
        </s2>
@@ -61,8 +65,8 @@
          </s3>
 
          <s3 title="out-of-bound float values">
-         <p>                                              
-                For float data, the specs does not explicitly specify how to deal with 
+         <p>
+                For float data, the specs does not explicitly specify how to deal with
                 out-of-bound data. Xerces converts these values as below (the values
                 depend on the system specific values of FLT_MAX and FLT_MIN):
          </p>
@@ -74,30 +78,30 @@
                    <tr>
                        <td>less than -FLT_MAX (approx -3.402823466e+38) </td>
                        <td>-INF</td>
-                   </tr>                
+                   </tr>
                    <tr>
                        <td>greater than -FLT_MIN (approx -1.175494351e-38) and less than -0 </td>
                        <td>-0</td>
-                   </tr>                
+                   </tr>
                    <tr>
                        <td>greater than +0 and less than +FL_MIN (approx +1.175494351e-38) </td>
                        <td>+0</td>
-                   </tr>                
+                   </tr>
                    <tr>
                        <td>greater than +FLT_MAX (approx 3.402823466e+38) </td>
                        <td>+INF</td>
-                   </tr>                
-                </table>                   
+                   </tr>
+                </table>
             <p>
                 The effect of this conversion would invalidate an instance data, for example,
                 "1.1e-39", of a data type derived from float, with minExclusive value '+0',
                 since "1.1e-39" is converted to "+0", which is the same as the minExclusive.
-            </p>                
+            </p>
 
          </s3>
 
          <s3 title="out-of-bound double values">
-         <p>                                              
+         <p>
                 Similarly, Xerces converts double values as below (the values
                 depend on the system specific values of DBL_MAX and DBL_MIN):
          </p>
@@ -109,20 +113,20 @@
                    <tr>
                        <td>less than -DBL_MAX (approx -1.7976931348623158e+308) </td>
                        <td>-INF</td>
-                   </tr>                
+                   </tr>
                    <tr>
                        <td>greater than -DBL_MIN (approx -2.2250738585072014e-308) and less than -0 </td>
                        <td>-0</td>
-                   </tr>                
+                   </tr>
                    <tr>
                        <td>greater than +0 and less than +DBL_MIN (approx +2.2250738585072014e-308) </td>
                        <td>+0</td>
-                   </tr>                
+                   </tr>
                    <tr>
                        <td>greater than +DBL_MAX (approx +1.7976931348623158e+308) </td>
                        <td>+INF</td>
-                   </tr>                
-                </table>                                   
+                   </tr>
+                </table>
           </s3>
        </s2>
 



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