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 2001/01/30 22:59:57 UTC

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

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);