Tweaks to the app, and work on the Help
Spent most of the afternoon documenting new features in Transformer, with screenshots, and tweaking the app where I came across something less than ideal. At the end, I wanted to do a test build of the help file, but ran into an indecipherable error with Saxon 9B running in oXygen 9.2:
Saxon 9B null
When trying to validate the XSLT stylesheet, I got this equally unhelpful feedback:
SystemID: C:\Documents and Settings\mholmes\My Documents\Borland Studio Projects\my_projects\mdhHelp\mdh_docbook_to_html.xsl Description: net.sf.saxon.style.XSLVariable.getReferenceList()Ljava/util/List;
I don't know from this whether Saxon is broken, or whether it's been updated in oXygen 9.2 to a new version which stumbles over an error it was previously happy to let slide. But this stylesheet was working under 9.1, because I used it to build the IMT Help file, and that no longer builds either. Posted a message on the oXygen forums; we'll see if anyone else has seen it. Failing that, I'll try reinstalling oXygen, and perhaps also running the transformation on other machines.