amassari 2004/02/25 10:29:17
Modified: c/src/xercesc/framework XMLDocumentHandler.hpp
Log:
Fixed typo in documentation
Revision Changes Path
1.8 +4 -1 xml-xerces/c/src/xercesc/framework/XMLDocumentHandler.hpp
Index: XMLDocumentHandler.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLDocumentHandler.hpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- XMLDocumentHandler.hpp 29 Jan 2004 11:46:29 -0000 1.7
+++ XMLDocumentHandler.hpp 25 Feb 2004 18:29:16 -0000 1.8
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.8 2004/02/25 18:29:16 amassari
+ * Fixed typo in documentation
+ *
* Revision 1.7 2004/01/29 11:46:29 cargilld
* Code cleanup changes to get rid of various compiler diagnostic messages.
*
@@ -352,7 +355,7 @@
* This event will be fired immediately after the
* endElement() event that signifies the end of the element
* to which it applies; no other events will intervene.
- * This method is <emEXPERIMENTAL</em> and may change, disappear
+ * This method is <em>EXPERIMENTAL</em> and may change, disappear
* or become pure virtual at any time.
*
* This corresponds to a part of the information required by DOM Core
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]