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/28 08:08:05 UTC

cvs commit: xml-xalan/c/src/XSLT ElemAttributeSet.cpp

dbertoni    02/03/27 23:08:05

  Modified:    c/src/XSLT ElemAttributeSet.cpp
  Log:
  Cleaned-up unused map.  Improved result namespace handling.
  
  Revision  Changes    Path
  1.18      +1 -1      xml-xalan/c/src/XSLT/ElemAttributeSet.cpp
  
  Index: ElemAttributeSet.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemAttributeSet.cpp,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- ElemAttributeSet.cpp	23 Feb 2002 04:23:16 -0000	1.17
  +++ ElemAttributeSet.cpp	28 Mar 2002 07:08:05 -0000	1.18
  @@ -131,7 +131,7 @@
   
   
   void
  -ElemAttributeSet::execute(StylesheetExecutionContext&		executionContext) const
  +ElemAttributeSet::execute(StylesheetExecutionContext&	executionContext) const
   {
   	typedef StylesheetExecutionContext::SetAndRestoreCurrentStackFrameIndex		SetAndRestoreCurrentStackFrameIndex;
   	typedef StylesheetExecutionContext::ElementRecursionStackPusher				ElementRecursionStackPusher;
  
  
  

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