egroupware/api/templates/test/nested.xet
nathangray 9d1756e5d9 Basic Etemplate testing
Some simple exec / process round-trip tests
2017-04-21 12:17:59 -06:00

13 lines
502 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
<!-- This template is used in automated testing -->
<overlay>
<template id="api.nested.sub_template" template="" lang="" group="0" version="16.1">
<widget id="sub_child"/>
</template>
<template id="api.nested" template="" lang="" group="0" version="16.1">
<widget id="only_child"/>
<template id="api.nested.sub_template"/>
</template>
</overlay>