[ http://issues.apache.org/jira/browse/XERCESC-1283?page=history ] cargilld resolved XERCESC-1283: -------------------------------
Resolution: Fixed I have updated the program-dom.xml file to have the correct fgXercesSchemaExternalNoNameSpaceSchemaLocation. I won't fix the other improper uses of "NameSpace". We can't just change the names of the strings as that will break user's and I don't think modifying the code to have both spellings is worth it (in terms of effort, performance and memory). > Differing constant names for "NoNamespaceSchemaLocation" > -------------------------------------------------------- > > Key: XERCESC-1283 > URL: http://issues.apache.org/jira/browse/XERCESC-1283 > Project: Xerces-C++ > Type: Bug > Components: Documentation > Versions: 2.5.0, 2.6.0 > Environment: (any, this is a documentation issue) > Reporter: vigo graf von harrach > Priority: Trivial > > to specify a no-namespace schema location, documentation wrongly suggests to > use the predefined constant "fgXercesSchemaExternalNoNamespaceSchemaLocation"; > the implied constant (as declared in <xercesc/util/XMLUni.hpp>) is actually - > but unfortuately, see below - called > "fgXercesSchemaExternalNoNameSpaceSchemaLocation" (with "...NameSpace..." vs. > "...Namespace..."). > Note that the usage of "namespace" is inconsistent within (at least) the > XMLUni-declared constants, e.g. > fgXercesSchemaExternalNoNameSpaceSchemaLocation, > fgSAX2CoreNameSpaces, > fgSAX2CoreNameSpacePrefixes, > fgDOMNamespaces, and > fgDOMNamespaceDeclarations; > afaik, "namespace" is a single word, and thusly both documentation and the > two constants "fgDOMNamespaces" and "fgDOMNamespaceDecls..." are /correctly/ > spelled (innerCaps-wise) - the others should probably be renamed (or > correctly spelled siblings supplied). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]