ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Bender/Bender.cpp
(Generate patch)

Comparing Bender/Bender.cpp (file contents):
Revision 271 by Douglas Thrift, 2004-10-28T00:20:44-07:00 vs.
Revision 272 by Douglas Thrift, 2004-10-28T13:57:02-07:00

# Line 91 | Line 91 | void Bender::bend(const ext::String& pat
91  
92   void Bender::bend(const ext::String& path)
93   {
94 <        _L<ext::String> args(1, path);
95 <        _S<api::Process> xslt("/usr/local/bin/xsltproc", args);
94 >        _L<ext::String> args(1, "-IN");
95 >
96 >        args.InsertLast(path);
97 >
98 >        _S<api::Process> xslt("/usr/local/bin/xalan-j", args);
99          ios::String output;
100  
101          ios::ReadToWrite(*xslt.GetReader(), output);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines