David Cramer (Tech Pubs) wrote: > Thanks. I discovered the same thing and fixed it by tweaking the xsl. I've > emailed Jirka Kosek, who maintains that particular piece of the docbook xmls > about it. I'll let you know what he says. I've attached my modified version > of the 1.62.0 file that will put the plugin.xml and toc.xml in the right > place and make the links in toc.xml relative.
Thanks for the patch. > There's lots to like about xmlmind. One question that I haven't been able to > figure out: is it possible to pass stylesheet params at build time? I.e. can > you pass in random params when you spin the doc (in case this one time, you > want it built with a different param). I see that you can set params in the > .incl file, but I'd like to have the ability to do something document > specific, for example include a config file with each document that contains > its params. No, it is not possible to do that. I think that the right way of doing this is to add processing-instructions in the document, these processing-instructions being used by the XSL style sheet. I suspect that such processing-instructions exist but I'm not sure.

