On 10/11/10 06:13, mattn wrote:
Sorry if I'm being dense but I just can't seem to figure this out.
What I want to know is simply how to customize the toolchain for a2x
chunked so that instead of asciidoc's chunked.xsl being used, my own
xsl is used so that I can do what chunked.xsl does but then add my own
customizations to the xslt.

Evidently I could just avoid the use of a2x entirely and create my own
toolchain (generate docbook xml output with asciidoc and then call
xsltproc myself) but that seems wrong somehow when a2x is sitting
right there ready to do the whole toolchain for me. :) m.


I'v added a --xsl-file option to a2x that allows you to override the built-in XSL driver files with a custom XSL file, please give it a try and report back:

http://code.google.com/p/asciidoc/source/detail?r=da7b367880c52be2c73cfee7eebc73beb4a67bcb


Cheers, Stuart

--
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to