From: Taj M. <taj...@us...> - 2004-09-12 20:14:47
|
Update of /cvsroot/davinci/docs/xls/htmlhelp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25978/xls/htmlhelp Added Files: ChangeLog htmlhelp-common.xsl htmlhelp.xsl profile-htmlhelp-common.xsl profile-htmlhelp.xsl Log Message: Added XSL support files --- NEW FILE: htmlhelp-common.xsl --- <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" xmlns:exsl="http://exslt.org/common" xmlns:set="http://exslt.org/sets" xmlns:h="urn:x-hex" version="1.0" exclude-result-prefixes="doc exsl set h"> <!-- ******************************************************************** $Id: htmlhelp-common.xsl,v 1.1 2004/09/12 20:14:33 tajmorton Exp $ ******************************************************************** --> <!-- ==================================================================== --> <!-- Customizations of standard HTML stylesheet parameters --> <xsl:param name="suppress.navigation" select="1"/> <!-- ==================================================================== --> [...1191 lines suppressed...] <xsl:value-of select="$angle.escaped"/> </xsl:template> <!-- ==================================================================== --> <!-- Modification to standard HTML stylesheets --> <!-- There are links from ToC pane to bibliodivs, so there must be anchor --> <xsl:template match="bibliodiv/title"> <h3 class="{name(.)}"> <xsl:call-template name="anchor"> <xsl:with-param name="node" select=".."/> <xsl:with-param name="conditional" select="0"/> </xsl:call-template> <xsl:apply-templates/> </h3> </xsl:template> </xsl:stylesheet> --- NEW FILE: ChangeLog --- 2004-08-19 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: Added several patches from W. Borgert 2004-02-19 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: Added anchors to bibliodivs 2003-12-10 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: Fixed parameter name collision 2003-11-29 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: Added new HTML Help parameters from patches by W. Borgert 2003-10-27 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: Handle setindex in a proper way 2003-09-23 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: Added new parameter manifest.in.base.dir which can be used to place manifest file and also project files for HTML Help and Eclipse Help into base.dir. This improvement also fixes bug (feature) #662955. 2003-08-12 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: It seems that HH can handle fragments identifiers in context help, so I changed stylesheets back to emit filename with fragment identifier. 2003-07-22 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: Moving template to place where it can be reused 2003-05-25 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl, langcodes.xml: HTML Help language codes were moved to localization files. 2003-01-31 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: Xalan workaround for HHK files. 2002-10-15 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: HTML sensitive characters are manually escaped in attribute values (we must do it, as we don't use HTML/XML output method). 2002-10-14 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: Options->Home command works also when base.dir parameter is used and home button is disabled 2002-08-22 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: Index can be alternatively created using HHK file from now. This allows see-also processing and index terms also points to their exact location. 2002-06-13 Jirka Kosek <ko...@us...> * .cvsignore: Reflect changes in HTML Help stylesheet organization. * htmlhelp-common.xsl: Added parameter for disabling HTML output when testing various HTML Help features. * htmlhelp-common.xsl: New features. A lot of new features. For HTML Help. * htmlhelp-common.xsl: Turn on more verbose messages during compilation to CHM 2002-06-12 Jirka Kosek <ko...@us...> * Makefile, htmlhelp-common.xsl, htmlhelp.xsl, profile-htmlhelp.xsl: Rearranged code so HTML Help can be easily combined with custom chunking schemes. This is needed for TDG processing. 2002-06-09 Jirka Kosek <ko...@us...> * htmlhelp.xsl: Fixed bug #438793. HTML Help stylesheet works also in Xalan from now. 2002-06-03 Jirka Kosek <ko...@us...> * Makefile: Added dependencies for profiling stylesheets 2002-05-10 Jirka Kosek <ko...@us...> * htmlhelp.xsl: Updated to use shared manifest code. 2002-04-11 Jirka Kosek <ko...@us...> * htmlhelp.xsl: Updated to support new generate.toc parameter. 2002-03-14 Norman Walsh <nw...@us...> * .cvsignore: New file. * htmlhelp.xsl: Whitespace changes only: use PC-style CR/LF because Unix clients choke on this far less often than PC clients choke on the reverse. Grrr. * htmlhelp.xsl, langcodes.xml: Whitespace only: change CR/LF back to LF. Norm was a total moron. 2002-03-01 Jirka Kosek <ko...@us...> * Makefile: New file. 2002-02-16 Jirka Kosek <ko...@us...> * htmlhelp.xsl: Added missing support for refentries inside sections and for glossaries. * htmlhelp.xsl: Fixed bug #514883. Added missing colophon. 2002-02-10 Jirka Kosek <ko...@us...> * htmlhelp.xsl: Added parameter htmlhelp.default.topic for overriding default topic to display. * htmlhelp.xsl: Entry with link to page with Table of Contents is put into HTML Help ToC when htmlhelp.hhc.show.root=0 and generate.{set|book}.toc=1 2002-02-09 Jirka Kosek <ko...@us...> * htmlhelp.xsl: Added parameter which controls appearance of root element in HTML Help ToC. 2002-02-07 Jirka Kosek <ko...@us...> * htmlhelp.xsl: Duplicate image filenames from [FILES] section are now automatically removed in EXSLT friendly processors. 2002-02-05 Jirka Kosek <ko...@us...> * htmlhelp.xsl: Removed fragment identifiers from hrefs in alias.h file. 2002-02-03 Jirka Kosek <ko...@us...> * htmlhelp.xsl: Added parameter htmlhelp.title for manual control over HTML Help title. Improved code for automatic extraction of title from document. 2002-01-24 Jirka Kosek <ko...@us...> * htmlhelp.xsl: Fixed bug in alias.h when base.dir parameter was used. 2002-01-22 Jirka Kosek <ko...@us...> * htmlhelp.xsl: Feature request #507087. Added parameter for controling appearance of icons in HTML Help ToC. 2001-12-06 Jirka Kosek <ko...@us...> * htmlhelp.xsl: Template write.text.chunk moved to common place. 2001-12-04 Jirka Kosek <ko...@us...> * htmlhelp.xsl: Make compatible with last changes in chunking code. 2001-11-28 Jirka Kosek <ko...@us...> * htmlhelp.xsl: Use common pi-attribute template * htmlhelp.xsl: Added parameter htmlhelp.hhc.section.depth for controlling depth of sections in a TOC in a left pane of HTML Help viewer. * htmlhelp.xsl: Added support for automatic generation of map and context files for HTML Help. Topic names and IDs are marked by special PI <?dbhh topicname="..." topicid="..."?>. 2001-11-27 Norman Walsh <nw...@us...> * htmlhelp-common.xsl, htmlhelp.xsl: Removed obsolete XT support; added support for rootid parameter * htmlhelp.xsl: Fixed simple select typo 2001-11-27 Jirka Kosek <ko...@us...> * htmlhelp.xsl: Added $rootid support also for title of HTML Help window 2001-11-27 Norman Walsh <nw...@us...> * xthtmlhelp.xsl: Removed obsolete XT support; added support for rootid parameter 2001-11-05 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: Parameters moved to params subdirectory. 2001-11-04 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: Added parameter htmlhelp.enumerate.images which controls inclusion of image filenames list in project file. This is necessary when images are inserted as external binary entities. 2001-08-23 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: Synchronized puncation generation in ToC with rest of stylesheets. 2001-08-21 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: Fixed presentation of secondary indexterms in index pane 2001-08-13 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: Fixed problems with new lines in titles for TOC 2001-08-08 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: Added new parameters for controling filenames of project and output files. New parameter htmlhelp.hhp.tail for specifying user content for project file. 2001-07-23 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: Fixed bug #442162 - bibliography element is included in ToC in the left pane, index is not generated because it has own dialog also in the left pane of HTML Help viewer 2001-06-25 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: Added htmlhelp.autolabel parameter to control inclusion of component and section labels into tree-like ToC. 2001-05-05 Jirka Kosek <ko...@us...> * htmlhelp-common.xsl: Colophon is now included in toc.hhc 2001-04-21 Jirka Kosek <ko...@us...> * README: Removed obsolete file 2001-04-04 Norman Walsh <nw...@us...> * README, htmlhelp-common.xsl, htmlhelp.xsl, langcodes.xml, xthtmlhelp.xsl: New file. --- NEW FILE: profile-htmlhelp-common.xsl --- <?xml version="1.0" encoding="US-ASCII"?> <!--This file was created automatically by xsl2profile--> <!--from the DocBook XSL stylesheets. Do not edit this file.--> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" xmlns:exsl="http://exslt.org/common" xmlns:set="http://exslt.org/sets" xmlns:h="urn:x-hex" xmlns:exslt="http://exslt.org/common" exslt:dummy="dummy" extension-element-prefixes="exslt" version="1.0" exclude-result-prefixes="doc exsl set h exslt"> <!-- ******************************************************************** $Id: profile-htmlhelp-common.xsl,v 1.1 2004/09/12 20:14:34 tajmorton Exp $ ******************************************************************** --> <!-- ==================================================================== --> <!-- Customizations of standard HTML stylesheet parameters --> <xsl:param name="suppress.navigation" select="1"/> <!-- ==================================================================== --> <xsl:variable name="htmlhelp.generate.index" select="//indexterm[1]"/> <xsl:variable name="raw.help.title"> [...1160 lines suppressed...] <xsl:value-of select="$angle.escaped"/> </xsl:template> <!-- ==================================================================== --> <!-- Modification to standard HTML stylesheets --> <!-- There are links from ToC pane to bibliodivs, so there must be anchor --> <xsl:template match="bibliodiv/title"> <h3 class="{name(.)}"> <xsl:call-template name="anchor"> <xsl:with-param name="node" select=".."/> <xsl:with-param name="conditional" select="0"/> </xsl:call-template> <xsl:apply-templates/> </h3> </xsl:template> </xsl:stylesheet> --- NEW FILE: profile-htmlhelp.xsl --- <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" xmlns:exsl="http://exslt.org/common" xmlns:set="http://exslt.org/sets" version="1.0" exclude-result-prefixes="doc exsl set"> <!-- ******************************************************************** $Id: profile-htmlhelp.xsl,v 1.1 2004/09/12 20:14:34 tajmorton Exp $ ******************************************************************** This file is used by htmlhelp.xsl if you want to generate source files for HTML Help. It is based on the XSL DocBook Stylesheet distribution (especially on JavaHelp code) from Norman Walsh. ******************************************************************** --> <xsl:import href="../html/chunk.xsl"/> <xsl:include href="profile-htmlhelp-common.xsl"/> </xsl:stylesheet> --- NEW FILE: htmlhelp.xsl --- <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" xmlns:exsl="http://exslt.org/common" xmlns:set="http://exslt.org/sets" version="1.0" exclude-result-prefixes="doc exsl set"> <!-- ******************************************************************** $Id: htmlhelp.xsl,v 1.1 2004/09/12 20:14:33 tajmorton Exp $ ******************************************************************** This file is used by htmlhelp.xsl if you want to generate source files for HTML Help. It is based on the XSL DocBook Stylesheet distribution (especially on JavaHelp code) from Norman Walsh. ******************************************************************** --> <xsl:import href="../html/chunk.xsl"/> <xsl:include href="htmlhelp-common.xsl"/> </xsl:stylesheet> |