<mvc:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.ui.commons" controllerName="sap.ui.core.mvctest.Test" xmlns:html="http://www.w3.org/1999/xhtml">
	<html:br/>Embedded XML View:<html:br/>
	<Button id="button" text="Button in embedded view" press="doIt"></Button>
	<html:div>HTML div <Button press="doIt" text="Button in DIV"></Button></html:div>
</mvc:View>
