You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/06/10 16:06:24 UTC

DO NOT REPLY [Bug 7458] - Schema validator does not automatically associate the xml prefix to the "http://www.w3.org/XML/1998/namespace" URI

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7458>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7458

Schema validator does not automatically associate the xml prefix to the "http://www.w3.org/XML/1998/namespace" URI





------- Additional Comments From alby@exceloncorp.com  2002-06-10 14:06 -------
A patch for this problem could be

RCS file: /home/cvspublic/xml-
xerces/c/src/xercesc/validators/schema/TraverseSchema.cpp,v
retrieving revision 1.18
diff -r1.18 TraverseSchema.cpp
341a342
> 	bool bInitNamespaces=false;
343c344
< 
---
> 		bInitNamespaces=true;
378a380,382
> 
> 	if (bInitNamespaces)
>         fNamespaceScope->addPrefix(XMLUni::fgXMLString, fURIStringPool-
>addOrFind(XMLUni::fgXMLURIName));

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org