In our company, we are moving from MSXML 6.0 engine to Libxslt.
Our XSLT code contains a lot of flags, counters and arrays implemented in JS, which MSXML supported and Libxslt does not.
As a replacement, I am looking for some sort of mutable arguments support. Does Libxslt have one? Something along the line of saxon:assignable functionality
I know that that is against the "natural" language design, but I am dealing with a large body of flawed code that would be very difficult to re-write...