dbertoni    01/01/30 13:59:57

  Modified:    c/src/XSLT ElemAttribute.cpp
  Log:
  Removed extraneous comment.
  
  Revision  Changes    Path
  1.15      +0 -1      xml-xalan/c/src/XSLT/ElemAttribute.cpp
  
  Index: ElemAttribute.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemAttribute.cpp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- ElemAttribute.cpp 2001/01/25 17:15:04     1.14
  +++ ElemAttribute.cpp 2001/01/30 21:59:56     1.15
  @@ -229,7 +229,6 @@
   
                                        
executionContext.addResultAttribute(nsDecl, attrNameSpace);
   
  -// $$$ ToDo: Move these blocks (and those in ElemElement.cpp) into a common 
set of functions...
                                        reserve(
                                                attrName,
                                                length(attrName) + 
DOMServices::s_XMLNamespaceSeparatorStringLength + length(newPrefix) + 1);
  
  
  

Reply via email to