Module
framework
Back to master index
Configuration Point framework.stylesheets
Occurs:
unbounded
list of stylesheets to use to render xml results to html.
Schema
Element <stylesheet>
Attribute regexp (required)
Translator:
string
Pattern to match xml input against to determine whether this stylesheet is appropriate.
Attribute sheet (required)
Translator:
string
unqualified name of the stylesheet to apply. must be in the org.astorgird.desktop.modules.system.transformers package.
Conversion Rules
<conversion
class
="
org.astrogrid.desktop.modules.system.contributions.StylesheetsContribution
" />
Contribution from module
framework
<stylesheet
regexp
="
.
"
sheet
="
xmlverbatim.xsl
" />
Module
framework
Back to master index