Skip to content

Instantly share code, notes, and snippets.

Created October 12, 2017 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7718e9801ef31a3715e70d3bdd849ccb to your computer and use it in GitHub Desktop.
Save anonymous/7718e9801ef31a3715e70d3bdd849ccb to your computer and use it in GitHub Desktop.
docgen.xsl
# -----------------------------------------------------------------------------
# Module for displaying OpenSRF API documentation
# -----------------------------------------------------------------------------
<Location /opac/extras/docgen.xsl>
SSILegacyExprParser on
# Force to en-US for now to satisfy bbags.xml
SetEnv locale en-US
Options +Includes
AddOutputFilter INCLUDES .xsl
AddType application/xhtml+xml .xsl
</Location>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment