pyxsldoc/xsl

Stylesheet util.xsl

pyxsldoc/xsl/util.xsl

templates used by other stylesheets

will normally be included with <xsl:import> to be able to overwrite these

version:0.67
since version:0.50
author:Christof Höke
Stylesheet util.xsl

XSLT version 1.0

output
  • doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
  • doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  • encoding="utf-8"
  • indent="yes"
  • method="xml"
  • omit-xml-declaration="yes"
Param Summary
apptitle - default value: /summary/title
browser window title build with apptitle after it in (brackets)
bottom - default value: /summary/bottom
used for the bottom after the bottom navigation
gendate - default value: /summary/@gendate
date of generation
xsldocversion - default value: /summary/@xsldocversion
pyXSLdoc version info
Variable Summary
windowtitle = XSLdoc ()
overwrite in each importing stylesheet, used for template name="do-head"
Template Summary
bottom
bottom(text)
used to render the bottom text given with option "bottom"
comment
used in directory.xsl and overview.xsl
do-base-head()
insert meta information in XHTML head for doc.xsl only
do-head()
insert meta information in XHTML head for root pages
header | footer
DUMMY, not used yet
rawhtml
writes content of rawhtml output escaped to the result, contains ReST content normally
shortcomment

Param Detail

apptitle

default value: /summary/title

browser window title build with apptitle after it in (brackets)

bottom

default value: /summary/bottom

used for the bottom after the bottom navigation

xsldocversion

default value: /summary/@xsldocversion

pyXSLdoc version info

gendate

default value: /summary/@gendate

date of generation

Variable Detail

windowtitle

windowtitle = XSLdoc ()

overwrite in each importing stylesheet, used for template name="do-head"

Template Detail

do-head()

name: "do-head"

insert meta information in XHTML head for root pages

do-base-head()

name: "do-base-head"

insert meta information in XHTML head for doc.xsl only

comment

matches: "comment"

used in directory.xsl and overview.xsl

shortcomment

matches: "shortcomment"

rawhtml

matches: "rawhtml"

writes content of rawhtml output escaped to the result, contains ReST content normally

header | footer

matches: "header | footer"

DUMMY, not used yet

bottom
bottom(text)

matches: "bottom"
name: "bottom"

used to render the bottom text given with option "bottom"

parameters
  • text
    default value: .

Copyright © 2004-2005 Christof Höke (generated with pyXSLdoc)