How to: |
This section describes how to save configuration changes to the Magnify interface separately from the default settings. The following procedures provide an example of creating a new customized Magnify configuration.
Simply put, the Magnify architecture flows as follows:
This procedure creates a new language-specific style sheet file with its own unique name and a pair of collection values and descriptions. The default en_stylesheet.xslt file will be used as a template. For a different example, see the en_stylesheet_century.xslt file.
<!-- Do not translated the variable rootstylesheet --> <xsl:variable name="rootstylesheet" >default</xsl:variable>
<!-- Do not translated the variable rootstylesheet -->
<xsl:variable name="rootstylesheet" >myexample</xsl:variable>
This procedure will create a new collection file pointing to the customized style sheet created in the previous procedure. The default collections.xml file will be used as a template. For a different example, see the collections_century.xml file.
stylesheet="en/en_stylesheet_myexample"
<language_defaults lang="en" ... stylesheet="en/en_stylesheet_myexample" ... /> <language_defaults lang="en-us" ... stylesheet="en/en_stylesheet_myexample" ... />
http://localhost:8080/ibi_apps/search
Note: Sample or default URLs are for informational purposes only and may not resolve correctly, if at all.
WebFOCUS | |
Feedback |