I am new in XSLT and I only know a basic functions in XSLT. I have this requirements to generate a sequential alphabet in order every time I did a testing or every time I run the test file. And, it will reset the letter the following day. For example, my first testing is A, second test is B, third test is C, so on and so forth. If it reach the end letter which is Z, it will start again to A. And, if I tried to test it the next day, it will start again to A.
I don't know if it is possible to do it in XSLT. And, if it is I don't know how will I do that. I am using a processor of SAXON-HE 9.7 and the version of XSLT is 2.0.
Thank you in advance. Your feedback is much appreciated.