dbertoni    01/09/14 13:47:52

  Modified:    c/src/XSLT NamespacesHandler.cpp
  Log:
  Exclude the namespace URI for the xml prefix.
  
  Revision  Changes    Path
  1.13      +2 -1      xml-xalan/c/src/XSLT/NamespacesHandler.cpp
  
  Index: NamespacesHandler.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/NamespacesHandler.cpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- NamespacesHandler.cpp     2001/08/14 16:22:01     1.12
  +++ NamespacesHandler.cpp     2001/09/14 20:47:51     1.13
  @@ -366,7 +366,8 @@
                        || m_extensionNamespaceURIs.find(theURI) != 
m_extensionNamespaceURIs.end()
                        || equals(theURI, s_ApacheXSLTNamespaceURI)
                        || equals(theURI, s_LotusXSLTNamespaceURIWithSeparator)
  -                     || equals(theURI, s_LotusXSLTNamespaceURI))
  +                     || equals(theURI, s_LotusXSLTNamespaceURI)
  +                     || equals(theURI, DOMServices::s_XMLNamespaceURI))
        {
                return true;
        }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to