I would like to know the file creation/modification date of the XML file currently being processed by my XSLT code.
I am processing an XML file and producing an HTML report. I'd like to include the date of the source XML file in the HTML report.
Note: I am using C# .NET 2008 and using the built-in XslCompiledTransform class. I have since found a solution (separate answer) using input from other answers here. Thanks!