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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to