--- parser3/src/classes/xnode.C 2002/08/15 09:07:49 1.48 +++ parser3/src/classes/xnode.C 2002/08/19 09:37:05 1.51 @@ -7,7 +7,7 @@ #include "classes.h" #ifdef XML -static const char* IDENT_XNODE_C="$Date: 2002/08/15 09:07:49 $"; +static const char* IDENT_XNODE_C="$Date: 2002/08/19 09:37:05 $"; #include "pa_charset.h" #include "pa_request.h" @@ -230,7 +230,7 @@ GdomeElement *get_self_element(Request& if(gdome_n_nodeType(node, &exc)!=GDOME_ELEMENT_NODE) throw Exception("parser.runtime", &method_name, - "method can be called on node of ELEMENT type"); + "method can only be called on nodes of ELEMENT type"); return GDOME_EL(node); }