# | Line 34 | Line 34 | ios::PrintWriter &operator<<(ios::PrintW | |
---|---|---|
34 | { | |
35 | _S<api::Process> xslt(_B("/usr/local/bin/xsltproc"), jargon.args); | |
36 | ||
37 | – | if (jargon.include) ios::ReadLine(*xslt.GetReader()); |
38 | – | |
37 | if (jargon.include) | |
38 | { | |
39 | + | ios::ReadLine(*xslt.GetReader()); |
40 | + | |
41 | ext::Buffer line; | |
42 | api::Pcre::RegEx matcher(_B("^(.*) xmlns=\"http://www.w3.org/1999/xhtml\"(.*)$")); | |
43 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |