You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by au...@locus.apache.org on 2000/11/28 18:10:31 UTC

cvs commit: xml-xalan/c/samples/CompileStylesheet CompileStylesheet.cpp

auriemma    00/11/28 09:10:30

  Modified:    c/samples/CompileStylesheet CompileStylesheet.cpp
  Log:
  Update sample for latest changes.
  
  Revision  Changes    Path
  1.14      +1 -1      xml-xalan/c/samples/CompileStylesheet/CompileStylesheet.cpp
  
  Index: CompileStylesheet.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/samples/CompileStylesheet/CompileStylesheet.cpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- CompileStylesheet.cpp	2000/09/27 16:46:37	1.13
  +++ CompileStylesheet.cpp	2000/11/28 17:10:29	1.14
  @@ -144,7 +144,7 @@
   
   					//Generate the XML input and output objects.
   					XSLTInputSource		theInputSource(theFormatterIn.str());
  -					XSLTResultTarget	theResultTarget(theFormatterOut.str());
  +					XSLTResultTarget	theResultTarget(XalanDOMString(theFormatterOut.str()));
   
   					// Do the tranformation...
   					theProcessor.process(