# | Line 95 | Line 95 | void Bender::bend(const ext::String& pat | |
---|---|---|
95 | ||
96 | args.InsertLast(path); | |
97 | ||
98 | + | #if defined(__FreeBSD__) |
99 | _S<api::Process> xslt("/usr/local/bin/Xalan", args); | |
100 | + | #elif defined(_WIN32) |
101 | + | _S<api::Process> xslt("Xalan.exe", args); |
102 | + | #else |
103 | + | _S<api::Process> xslt("Xalan", args); |
104 | + | #endif |
105 | ios::String output; | |
106 | ||
107 | ios::ReadToWrite(*xslt.GetReader(), output); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |