On 7/15/2012 9:26 AM, DonM wrote:
I an using asciidoc to generate htmlhelp output. I am running on
windows, I have installed the docbook tool chain and can generate my
htmlhelp file. Now I want to customize things by, for example, changing
the chunking level.

I use a command such as:
python "C:\Asciidoc\asciidoc-8.6.7\a2x.py"
--xsltproc-opts="--stringparam chunk.section.depth 4" -fhtmlhelp -dbook
--verbose MySourceFile.txt

This doesn't work. In the output from a2x, the xsltproc command has a
chunk.section.depth of 0. In fact, no matter what I put in the
--xsltproc-opts parameter, the value of this parameter does not show up
in the xsltproc command.

I have also tried adding a2x commands to the source file; these also do
not show up in the xsltproc command generated by a2x.

What am I doing wrong?

Thanks,

Don

--
You received this message because you are subscribed to the Google
Groups "asciidoc" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/asciidoc/-/JZftNN6M67oJ.
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.
did you try toggle the sequence of the command line parameters? sometime the command take a specific sequence of parameters...

--
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