← Prev in month ← Prev in thread

Re: [docbook-apps] olinks with conditional processing

From
Jens Porup <>
Date
2005-02-23T05:08:59+00:00
ID
Thread
Re: [docbook-apps] olinks with conditional processing
On Tue, Feb 22, 2005 at 08:40:05PM -0800, John L. Clark wrote:
>  	xsltproc --output temp.html.xml \
>   --xinclude \
>  	--stringparam profile.condition html \
>  	/usr/share/xml/docbook/stylesheet/nwalsh/profiling/profile.xsl \
>  	../tech_spec.xml; \
>  	xsltproc \
>  	--stringparam use.id.as.filename 1 \
>  	--stringparam spacing.paras 1 \
>  	--stringparam make.valid.html 1 \
>  	--stringparam chunker.output.indent yes \
>  	/usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl \
>  	temp.html.xml;
← Prev in month ← Prev in thread