You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/03/02 08:15:24 UTC

cvs commit: xml-xalan/c/src/XalanTransformer XalanDefaultParsedSource.cpp

dbertoni    02/03/01 23:15:24

  Modified:    c/src/XalanTransformer XalanDefaultParsedSource.cpp
  Log:
  Changed obsolete DOMSupport call .
  
  Revision  Changes    Path
  1.8       +5 -1      xml-xalan/c/src/XalanTransformer/XalanDefaultParsedSource.cpp
  
  Index: XalanDefaultParsedSource.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanTransformer/XalanDefaultParsedSource.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- XalanDefaultParsedSource.cpp	14 Dec 2001 20:02:29 -0000	1.7
  +++ XalanDefaultParsedSource.cpp	2 Mar 2002 07:15:24 -0000	1.8
  @@ -66,6 +66,10 @@
   
   
   
  +#include <DOMSupport/DOMServices.hpp>
  +
  +
  +
   #include <XalanSourceTree/XalanSourceTreeDocument.hpp>
   #include <XalanSourceTree/XalanSourceTreeDOMSupport.hpp>
   
  @@ -97,7 +101,7 @@
   			const XalanDOMString&	prefix, 
   			const XalanElement&		namespaceContext) const
   {
  -	return m_domSupport.getNamespaceForPrefix(
  +	return DOMServices::getNamespaceForPrefix(
   					prefix, 
   					namespaceContext);
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org