Changes

Jump to: navigation, search

Localizable Views

28 bytes added, 18:09, 28 April 2009
m
Protected "Localizable Views" [edit=autoconfirmed:move=autoconfirmed]
[[Category:Patterns]]
 
 
There needs to be a way for local implementers to customize the 'templates' or 'views' to have, at a minimum, their own branding, without actually editing shared distribution code. Ideally, they should be able to customize as much as possible of the templates/views.
Localized templates/views should probably live in different directories than distributed templates/views, for ease of local source control. T
here There are a variety of ways to accomplish this, depending on environment.
== Specific example: XSLT ==
If your views are in [[XSLT]], the XSLT 'import' function provides a convenient method to allow over-riding of XSLT for localization.
Put your XSLT that is distributed with the application in one directory or directory tree.

Navigation menu