dbertoni    01/09/14 13:04:24

  Modified:    c/src/XalanExe XalanExe.cpp
  Log:
  Added error output.
  
  Revision  Changes    Path
  1.2       +5 -0      xml-xalan/c/src/XalanExe/XalanExe.cpp
  
  Index: XalanExe.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanExe/XalanExe.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XalanExe.cpp      2001/09/06 20:51:32     1.1
  +++ XalanExe.cpp      2001/09/14 20:04:24     1.2
  @@ -376,6 +376,11 @@
                                                theParams.m_xslFileName,
                                                cout);
                        }
  +
  +                     if (theResult != 0)
  +                     {
  +                             cerr << theTransformer.getLastError() << endl;
  +                     }
                }
   
                // Terminate Xalan...
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to