Changeset 31560 for main/trunk


Ignore:
Timestamp:
2017-04-03T09:55:18+12:00 (7 years ago)
Author:
kjdon
Message:

added a link on debuginfo page to skinandlibdocfinal which is the actual final xslt to be applied to page XML

Location:
main/trunk/greenstone3/web
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_default2.properties

    r30781 r31560  
    161161debuginfo.skindoc=Simplified Skin XSL with Expanded GSF statements appended.
    162162debuginfo.skinandlib=An XML document with a root element called skinAndLibraryXsl and the two children skinXsl and libraryXsl. The libraryXsl, which already includes util.xsl, is merely appended.
    163 debuginfo.skinandlibdoc=The result of applying preprocess.xsl to skinandlib produces this stylesheet which is the final XSL document that will be applied to the XML data returned from the message router.
     163debuginfo.skinandlibdoc=The result of applying preprocess.xsl to skinandlib produces this stylesheet.
     164debuginfo.skinandlibdocfinal=This one actually is the final XSLT document. The result of applying config_format.xsl and text_fragment_format.xsl to skinandlibdoc. This is the XSLT document that will be applied to the XML data returned from the message router.
    164165debuginfo.formatedit=Web interface editor for editing Greenstone3 format statements.
    165166debuginfo.refreshconfig=Refresh all the collection configuration files:
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/debuginfo.xsl

    r30698 r31560  
    4848            <dd>
    4949                <xsl:value-of select="util:getInterfaceText($debug_property_file, /page/@lang, 'debuginfo.skinandlibdoc')"/>
     50            </dd>
     51            <dt>o=skinandlibdocfinal</dt>
     52            <dd>
     53                <xsl:value-of select="util:getInterfaceText($debug_property_file, /page/@lang, 'debuginfo.skinandlibdocfinal')"/>
    5054            </dd>
    5155            <dt>formatedit=on</dt>
Note: See TracChangeset for help on using the changeset viewer.