OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: Using HTML profiling breaks olinks and HTML navigation


Thanks. I downloaded DocBook XSL 1.73.0 and tried importing profile-eclipse.xsl instead of eclipse.xsl in my customization layer, but the conditions don’t seem to work (that is, all DocBook elements with condition attributes are excluded from the output). Is there something else I need to do?
 
I’m using xsltproc to generate the output. I pass in the profile.condition parameter to specify the condition(s) I want included in the output:
 

call  %xsltproc_home%\xsltproc.exe --nonet --xinclude --stringparam profile.condition %conditions% --stringparam olink.debug 0 --stringparam collect.xref.targets no    --stringparam targets.filename %doc_root%\%branch_id%\xml\%doc_id%_targets.xml --stringparam target.database.document %olink_file% --stringparam current.docid %doc_id% --stringparam eclipse.plugin.name %eclipse.plugin.name% --stringparam eclipse.plugin.id %eclipse.plugin.id% %tools_root%\myeclipse.xsl %doc_src%\%book_file%

 
Regards,
Jeff Powanda
 

Subject: RE: [docbook-apps] RE: Using HTML profiling breaks olinks and HTML navigation

  • From: "Mauritz Jeanson" <mj@johanneberg.com>
  • To: "'Jeff Powanda'" <jpowanda@vocera.com>, <docbook-apps@lists.oasis-open.org>
  • Date: Thu, 2 Aug 2007 20:56:28 +0200
size=2 width="100%" align=center>
> -----Original Message-----
> From: Jeff Powanda 
> 
> BTW, I posted an earlier question about using profiling with 
> the Eclipse Help stylesheet but didn't receive a response. Is 
> it possible to get profiling to work for Eclipse Help output?
 
 
Yes. In DocBook XSL 1.73.0, there is a profile-eclipse.xsl stylesheet
(two-pass profiling works in earlier versions).
 
/MJ

 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]