replace instruction

Replace the HTML tag (current element and its children) with the value of a template expression.

Syntax

<tag gwc:replace="expression" ...>
...
</tag> 
Note:
  1. expression can be any template expression

Example

<div gwc:replace="window"></div>

The DIV tag is replaced by the application window.