tng 2002/11/26 12:21:12 Modified: c/src/xercesc/framework XMLErrorCodes.hpp Log: Namespace Check: 1. xmlns:a="" where namespace URI is null is not valid 2. xmlns:doc where xmlns is used as element prefix is not valid 3. xmlns:xmlns where xmlns is used as prefix is not valid 4. xmlns:xml="a" where xml is used as prefix but URI does not match the xml uri (http://www.w3.org/XML/1999/namespace) is not valid Revision Changes Path 1.8 +7 -1 xml-xerces/c/src/xercesc/framework/XMLErrorCodes.hpp Index: XMLErrorCodes.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLErrorCodes.hpp,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- XMLErrorCodes.hpp 5 Nov 2002 21:41:39 -0000 1.7 +++ XMLErrorCodes.hpp 26 Nov 2002 20:21:12 -0000 1.8 @@ -305,7 +305,13 @@ , SchemaScanFatalError = 289 , IllegalRefInStandalone = 290 , PEBetweenDecl = 291 - , F_HighBounds = 292 + , NoEmptyStrNamespace = 292 + , NoUseOfxmlnsAsPrefix = 293 + , NoUseOfxmlnsURI = 294 + , PrefixXMLNotMatchXMLURI = 295 + , XMLURINotMatchXMLPrefix = 296 + , NoXMLNSAsElementPrefix = 297 + , F_HighBounds = 298 }; static bool isFatal(const XMLErrs::Codes toCheck)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]