Name
xslt.props -- a Properties file of common words to ignore
Description
The xslt.props Java Properties file holds
the list of XSLT stylesheets used to generate formatted RefEntry
documents. The only stylesheet you can modify without also
modifying the servlet source code is
refentry.xslt. If you do opt to change the
refentry.xslt stylesheet, ensure it continues
to work with refentry.dtd. The default file
appears as follows:
# Stylesheets used for transformations. You may modify RefEntry
# formatting by changing RefEntryXSLT. Changing other stylesheets may
# break the application.
ManVolNumXSLT = src/xslt/manvolnum.xslt
RefEntryXSLT = src/xslt/refentry.xslt
RefNameXSLT = src/xslt/refname.xslt
RefPurposeXSLT = src/xslt/refpurpose.xslt
StripXMLXSLT = src/xslt/stripxml.xslt |