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!
After suggestions from Kaarel and Robert, I was able to reach the following solution:
Get the file modification date in C# and pass it to the XSLT processor as follows:
Then in the XSLT code, define and access that argument as a param as follows: