gareth 2003/08/20 15:15:29
Modified: c/doc program-dom.xml
c/src/xercesc/parsers AbstractDOMParser.cpp
c/src/xercesc/util XMLUni.cpp
Log:
Corrected silly mistakes due to working to late at night (thankyou Neil).
Revision Changes Path
1.37 +1 -1 xml-xerces/c/doc/program-dom.xml
Index: program-dom.xml
===================================================================
RCS file: /home/cvs/xml-xerces/c/doc/program-dom.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- program-dom.xml 20 Aug 2003 20:49:30 -0000 1.36
+++ program-dom.xml 20 Aug 2003 22:15:29 -0000 1.37
@@ -1283,7 +1283,7 @@
</table>
<p/>
<table>
- <tr><th
colspan="2"><em>http://apache.org/xml/properties/parser-use-DOMDocument-from-Implemenation</em></th></tr>
+ <tr><th
colspan="2"><em>http://apache.org/xml/properties/parser-use-DOMDocument-from-Implementation</em></th></tr>
<tr><th><em>Description</em></th><td>This property allows the user
to specify a set of features
which the parser will then use to acquire an
implementation from which it will create
the DOMDocument to use when reading in an XML file.
1.49 +2 -3 xml-xerces/c/src/xercesc/parsers/AbstractDOMParser.cpp
Index: AbstractDOMParser.cpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/parsers/AbstractDOMParser.cpp,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- AbstractDOMParser.cpp 20 Aug 2003 20:49:30 -0000 1.48
+++ AbstractDOMParser.cpp 20 Aug 2003 22:15:29 -0000 1.49
@@ -179,8 +179,7 @@
delete fScanner;
delete fGrammarResolver;
delete fURIStringPool;
-
- delete[] fImplementationFeatures;
+ fMemoryManager->deallocate(fImplementationFeatures);
if (fValidator)
delete fValidator;
1.33 +7 -9 xml-xerces/c/src/xercesc/util/XMLUni.cpp
Index: XMLUni.cpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLUni.cpp,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- XMLUni.cpp 20 Aug 2003 20:49:31 -0000 1.32
+++ XMLUni.cpp 20 Aug 2003 22:15:29 -0000 1.33
@@ -1130,19 +1130,17 @@
};
//Property
-//Xerces: http://apache.org/xml/properties/parser-use-DOMDocument-from-Implemenation
+//Xerces:
http://apache.org/xml/properties/parser-use-DOMDocument-from-Implementation
const XMLCh XMLUni::fgXercesParserUseDocumentFromImplementation[] =
{
chLatin_h, chLatin_t, chLatin_t, chLatin_p, chColon, chForwardSlash
, chForwardSlash, chLatin_a, chLatin_p, chLatin_a, chLatin_c, chLatin_h
, chLatin_e, chPeriod, chLatin_o, chLatin_r, chLatin_g, chForwardSlash
- , chLatin_x, chLatin_m, chLatin_l, chForwardSlash, chLatin_p, chLatin_r
- , chLatin_o, chLatin_p, chLatin_e, chLatin_r, chLatin_t, chLatin_i
- , chLatin_e, chLatin_s, chForwardSlash, chLatin_f, chLatin_g, chLatin_X
- , chLatin_e, chLatin_r, chLatin_c, chLatin_e, chLatin_s, chLatin_P, chLatin_a
- , chLatin_r, chLatin_s, chLatin_e, chLatin_r, chLatin_U, chLatin_s, chLatin_e
- , chLatin_D, chLatin_o, chLatin_c, chLatin_u, chLatin_m, chLatin_e, chLatin_n
- , chLatin_t, chLatin_F, chLatin_r, chLatin_o, chLatin_m, chLatin_I, chLatin_m
+ , chLatin_x, chLatin_m, chLatin_l, chForwardSlash, chLatin_p, chLatin_a
+ , chLatin_r, chLatin_s, chLatin_e, chLatin_r, chDash, chLatin_u, chLatin_s
+ , chLatin_e, chDash, chLatin_D, chLatin_O, chLatin_M, chLatin_D, chLatin_o
+ , chLatin_c, chLatin_u, chLatin_m, chLatin_e, chLatin_n, chLatin_t, chDash
+ , chLatin_f, chLatin_r, chLatin_o, chLatin_m, chDash, chLatin_I, chLatin_m
, chLatin_p, chLatin_l, chLatin_e, chLatin_m, chLatin_e, chLatin_n, chLatin_t
, chLatin_a, chLatin_t, chLatin_i, chLatin_o, chLatin_n, chNull
};
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]