knoaman 2003/01/13 08:13:37
Modified: c/src/xercesc/validators/schema XSDErrorReporter.cpp
Log:
We should load the validation message set.
Revision Changes Path
1.9 +4 -1 xml-xerces/c/src/xercesc/validators/schema/XSDErrorReporter.cpp
Index: XSDErrorReporter.cpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/schema/XSDErrorReporter.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- XSDErrorReporter.cpp 9 Jan 2003 15:30:09 -0000 1.8
+++ XSDErrorReporter.cpp 13 Jan 2003 16:13:37 -0000 1.9
@@ -56,6 +56,9 @@
/**
* $Log$
+ * Revision 1.9 2003/01/13 16:13:37 knoaman
+ * We should load the validation message set.
+ *
* Revision 1.8 2003/01/09 15:30:09 tng
* Performance: construct message loader only when required.
*
@@ -152,7 +155,7 @@
static XMLRegisterCleanup cleanupValidMsgLoader;
if (gValidMsgLoader == 0)
{
- XMLMsgLoader* t = XMLPlatformUtils::loadMsgSet(XMLUni::fgXMLErrDomain);
+ XMLMsgLoader* t = XMLPlatformUtils::loadMsgSet(XMLUni::fgValidityDomain);
if (!t)
XMLPlatformUtils::panic(XMLPlatformUtils::Panic_CantLoadMsgDomain);
else {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]