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/07/05 22:14:56 UTC

DO NOT REPLY [Bug 9788] - VecAttrListImpl::getValue skips prefix if SAX namespace validation is On

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=9788>.
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=9788

VecAttrListImpl::getValue skips prefix if SAX namespace validation is On

tng@ca.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From tng@ca.ibm.com  2002-07-05 20:14 -------
Fix is now in CVS.

I don't have the diff against the 1.4 code base, but here is the diff against 
the latest CVS drop:

cvs diff VecAttrListImpl.cpp (in directory D:\cvswork\xml-
xerces\c\src\xercesc\internal)
Index: VecAttrListImpl.cpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/internal/VecAttrListImpl.cpp,v
retrieving revision 1.2
diff -r1.2 VecAttrListImpl.cpp
165c165
<         if (!XMLString::compareString(curElem->getName(), name))
---
>         if (!XMLString::compareString(curElem->getQName(), name))
181c181
<         if (!XMLString::compareString(curElem->getName(), name))
---
>         if (!XMLString::compareString(curElem->getQName(), name))
201c201
<         if (!XMLString::compareString(curElem->getName(), wideName))
---
>         if (!XMLString::compareString(curElem->getQName(), wideName))

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