dleslie     00/08/29 10:14:00

  Modified:    c/samples/CompileStylesheet CompileStylesheet.cpp
  Log:
  Updated comment.
  
  Revision  Changes    Path
  1.9       +3 -3      
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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- CompileStylesheet.cpp     2000/08/28 13:56:38     1.8
  +++ CompileStylesheet.cpp     2000/08/29 17:13:58     1.9
  @@ -76,9 +76,9 @@
                        // Connect the processor to the support object...
                        theXSLTProcessorEnvSupport.setProcessor(&theProcessor);
   
  -                     // Create separate factory support objects so the 
stylesheet's
  -                     // factory-created XPath instances are independent from 
the
  -                     // processor's.
  +                     // Create a separate XPath factory support object so the
  +                     // stylesheet's factory-created XPath instances are 
independent
  +                     // from the processor's.
                        XPathFactoryDefault                             
theStylesheetXPathFactory;
   
                        // Create a stylesheet construction context, using the
  
  
  

Reply via email to