You've already forked linux-packaging-mono
Imported Upstream version 4.2.2.29
Former-commit-id: f069081cc0821095435a845c961ae61cbbc95121
This commit is contained in:
@@ -121,7 +121,9 @@ namespace System.Xml.Xsl
|
||||
|
||||
public void Transform (IXPathNavigable input, XsltArgumentList arguments, Stream results)
|
||||
{
|
||||
Transform (input.CreateNavigator (), arguments, results);
|
||||
using (var sw = new StreamWriter (results)) {
|
||||
Transform (input.CreateNavigator (), arguments, sw);
|
||||
}
|
||||
}
|
||||
|
||||
public void Transform (IXPathNavigable input, XmlWriter results)
|
||||
|
Reference in New Issue
Block a user