dmitryh 2005/03/07 14:32:36
Modified: c/samples/TraceListen TraceListen.cpp
Log:
Cleaning unused local variables from TraceListen sample
Revision Changes Path
1.22 +0 -11 xml-xalan/c/samples/TraceListen/TraceListen.cpp
Index: TraceListen.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/samples/TraceListen/TraceListen.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- TraceListen.cpp 26 Feb 2004 22:27:24 -0000 1.21
+++ TraceListen.cpp 7 Mar 2005 22:32:36 -0000 1.22
@@ -121,17 +121,6 @@
// Create a XalanTransformer.
XalanTransformer theXalanTransformer;
- const XalanDOMString theXMLFileName("birds.xml");
- const XalanDOMString theXSLFileName("birds.xsl");
-
- // Our input sources...
- const XSLTInputSource theInputSource(theXMLFileName);
- const XSLTInputSource
theStylesheetSource(theXSLFileName);
-
- // Our output target...
- const XalanDOMString theOutputFile("birds.out");
- XSLTResultTarget
theResultTarget(theOutputFile);
-
// Set up a diagnostic writer to be used by the
TraceListener...
XalanStdOutputStream theStdErr(cerr);
XalanOutputStreamPrintWriter
diagnosticsWriter(theStdErr);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]