Exercise XSLT/NxMTable Topic: Computational XSLT stylesheets Instructions: Design an XSLT stylesheet that generates an NxM HTML table with a given number of rows and columns N and M, and writes in each cell of the table the corresponding row and column numbers. An example of a possible 8x10 table is shown in file table.htm. An example of passing command-line parameters to XSLT is shown in the script double.xslt, which could be invoked with Saxon as follows: $ java -jar saxon.jar double.xslt double.xslt Input=0123 246