[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Docbook XML and Javahelp lighweight components
The htmlhelp stylesheet adds some OBJECT elements. Check out htmlhelp/htmlhelp-common.xsl in the DocBook XSL distribution. You probably won't have to use the awkward disable-output-escaping mechanism, because you aren't using the Microsoft Help compiler. The example in the template named 'write.indexterm' doesn't use that mechanism, and is probably closer to what you are looking for. You can also see this reference for some methods for inserting code in HTML output: http://www.sagehill.net/docbookxsl/InsertExtHtml.html There is an example using a processing instruction to trigger code insertion. Bob Stayton Sagehill Enterprises DocBook Consulting bobs@sagehill.net ----- Original Message ----- From: "Laszlo Kovacs" <Laszlo.Kovacs@Sun.COM> To: <docbook-apps@lists.oasis-open.org> Sent: Wednesday, March 09, 2005 7:02 AM Subject: [docbook-apps] Docbook XML and Javahelp lighweight components > Hi All, > > I am trying to figure out out a way to add info to a Docbook XML file > that later on (using docbook-xsl-stylesheets) will convert to > lightweight components in Javahelp helpsets (lightweight components in > Javahelp are jar files specified by OBJECT tags in the HTML code, like > Java applets). > > I am looking for a mechanism to add content to the Docbook files that > later on would transform into the relevant OBJECT tags in the HTML code > in the helpsets. I expect that I would need to do some customization for > javahelp.xsl to be able to do this. > > Any ideas about how to approach this? > > Thanks, > > Laszlo > >
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]