I've been working through the example in the chapter
Java XSLT on reading the csv file and applying an XSLT stylesheet to the outputting SAX events, but cannot get the XSLT to process correctly. Using the example and running with the csv file and stylesheet provided, I always get:
<table border="1"></table>
as the output. Why isn't this using the XSLT style sheet correctly? I am using jdk 1.4.1
Thanks
Brian