Modify the adua.xrd file to specify custom Output Maps

If you create a custom Output Map, you can modify the adua.xrd file to reference your new Output Map.

Attention: As of Genero version 3.00, the Snippet-Based Rendering Engine (SBRE) and all themes using template paths are deprecated. Output maps (e.g. DUA_HTML5) are no longer used to specify output theme, as the wa protocol did previously. For information on how templates and snippets were used by the front-ends, please refer to the Genero Application Server 2.50 User Guide.

For new development, use Genero Browser Client, see Genero Web Client for JavaScript (GWC-JS).

For example, you create an Output Map named DUA_HTML5_CUSTOM. You would modify the adua.xrd file and identify those browsers where that application should use your custom Output Map. The decision is still based on the browser type that is displaying the application.

...
<ROW>
  <ACTION Type="RESULT">DUA_HTML5_CUSTOM</ACTION>
</ROW>
...