Skip to content

Commit

Permalink
Merge pull request #1 from NivNavick/Dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
NivNavick committed Apr 16, 2015
2 parents f23845a + 0cd17f8 commit c648ba9
Show file tree
Hide file tree
Showing 8 changed files with 2,287 additions and 262 deletions.
1,802 changes: 1,802 additions & 0 deletions TrxerConsole/Examples/NivNavick_NIVNAVICK-PC 2014-07-28 21_47_29.trx.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions TrxerConsole/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ private static void Transform(string fileName, XmlDocument xsl)
{
XslCompiledTransform x = new XslCompiledTransform(true);
x.Load(xsl, new XsltSettings(true, true), null);
Console.WriteLine("Transforming...");
x.Transform(fileName, fileName + OUTPUT_FILE_EXT);
Console.WriteLine("Done transforming xml into html");
}
Expand Down
2 changes: 2 additions & 0 deletions TrxerConsole/ResourceReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ internal static string LoadTextFromResource(string name)

internal static Stream StreamFromResource(string name)
{

return Assembly.GetExecutingAssembly().GetManifestResourceStream("TrxerConsole." + name);

}
}
}
Loading

0 comments on commit c648ba9

Please sign in to comment.