pyxsldoc/xsl

Stylesheet index-all.xsl

pyxsldoc/xsl/index-all.xsl

renders the index page

Stylesheet index-all.xsl

XSLT version 1.0

imports util.xsl

Variable Summary
all = $name | $match
index = '/abcdefghijklmnopqrstuvwxyz'
match = //*[@match]
name = //*[@name]
windowtitle = Index ()
Template Summary
/summary
@match[parent::key]
@match[parent::template]
@name[parent::attribute-set]
@name[parent::attribute]
@name[parent::decimal-format]
@name[parent::key]
@name[parent::param and parent::param/parent::template]
@name[parent::param]
@name[parent::template]
@name[parent::variable]
printindex(next)
printindexnav(next)
print navigation bar with links to all letters

Variable Detail

windowtitle

windowtitle = Index ()

name

name = //*[@name]

match

match = //*[@match]

all

all = $name | $match

index

index = '/abcdefghijklmnopqrstuvwxyz'

Template Detail

printindexnav(next)

name: "printindexnav"

print navigation bar with links to all letters

parameters
  • next

printindex(next)

name: "printindex"

parameters
  • next

/summary

matches: "/summary"

@name[parent::param]

matches: "@name[parent::param]"

@name[parent::variable]

matches: "@name[parent::variable]"

@name[parent::decimal-format]

matches: "@name[parent::decimal-format]"

@name[parent::attribute]

matches: "@name[parent::attribute]"

@name[parent::attribute-set]

matches: "@name[parent::attribute-set]"

@match[parent::key]

matches: "@match[parent::key]"

@name[parent::key]

matches: "@name[parent::key]"

@match[parent::template]

matches: "@match[parent::template]"

@name[parent::template]

matches: "@name[parent::template]"

@name[parent::param and parent::param/parent::template]

matches: "@name[parent::param and parent::param/parent::template]"

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