Return-Path: Delivered-To: apmail-xml-xalan-cvs-archive@xml.apache.org Received: (qmail 60231 invoked by uid 500); 28 Oct 2002 23:53:13 -0000 Mailing-List: contact xalan-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: Delivered-To: mailing list xalan-cvs@xml.apache.org Received: (qmail 60220 invoked from network); 28 Oct 2002 23:53:12 -0000 Date: 28 Oct 2002 23:53:11 -0000 Message-ID: <20021028235311.88895.qmail@icarus.apache.org> From: dbertoni@apache.org To: xml-xalan-cvs@apache.org Subject: cvs commit: xml-xalan/c/src/DOMSupport DOMServices.hpp X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dbertoni 2002/10/28 15:53:11 Modified: c/src/DOMSupport DOMServices.hpp Log: Fix for bug 14029. Revision Changes Path 1.28 +4 -0 xml-xalan/c/src/DOMSupport/DOMServices.hpp Index: DOMServices.hpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/DOMSupport/DOMServices.hpp,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- DOMServices.hpp 3 Oct 2001 18:48:20 -0000 1.27 +++ DOMServices.hpp 28 Oct 2002 23:53:10 -0000 1.28 @@ -497,6 +497,10 @@ // Special case for namespace nodes... return attr.getLocalName(); } + else if (equals(theName, s_XMLNamespace) == true) + { + return s_emptyString; + } else { return theName; --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: xalan-cvs-help@xml.apache.org