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(