This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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;

>From browsing the docbook documentation, it looks as though I've painted
myself into a bit of a corner on this one.

Because I'm using two-pass processing to get my conditionals to work,
all my olinks break as the result of my using an Xinclude.

I've tried adding things like

        --stringparam targets.filename "html.profile.db" \

to my make target, but I'm not clear what, exactly, that is supposed to
do--I'm already creating an interim file, temp.html.xml (and
temp.pdf.xml) for that purpose.

How do I make my olinks stop breaking?

Thanks,

Jens


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]