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 2003/04/23 23:59:40 UTC

cvs commit: xml-xalan/c/Tests/Compare compare.cpp

dbertoni    2003/04/23 14:59:40

  Modified:    c/Tests/Compare compare.cpp
  Log:
  Fixed call to setDocumentHandler().
  
  Revision  Changes    Path
  1.17      +1 -1      xml-xalan/c/Tests/Compare/compare.cpp
  
  Index: compare.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Compare/compare.cpp,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- compare.cpp	27 Nov 2002 22:36:27 -0000	1.16
  +++ compare.cpp	23 Apr 2003 21:59:40 -0000	1.17
  @@ -217,7 +217,7 @@
   			XalanSourceTreeDocument* dom = parserLiaison.createXalanSourceTreeDocument();
   			FormatterToSourceTree	domOut(dom); 
   			XSLTResultTarget		domResultTarget;
  -			domResultTarget.setDocumentHandler(&domOut);
  +			domResultTarget.setFormatterListener(&domOut);
   
   			// Parsing(compile) the XSL stylesheet and report the results..
   			//
  
  
  

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