Ben Aurel wrote:
hi I have some problems with the asciidoc conversion from txt to xhtml. Here's the asciidoc command:
[SNIP]
xsltproc --stringparam html.stylesheet
"./docbook-xsl.css" --stringparam callout.graphics 0
--stringparam navig.graphics 0 --stringparam admon.textlabel 1
--stringparam admon.graphics 0 --nonet
[SNIP]Either remove --nonet flag or install docbook on the host and register it into xml catalog.
Roumen