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.

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>
...