<?xml version="1.0" encoding="UTF-8" ?>
<wapl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://wapl.wapple.net/wapl.xsd">
	<head>
		<title>My First WAPL</title>
	</head>
	<layout>
		<easyExternalImage filetype="png" scale="50">
			<url>http://wapl.info/img/logo.png</url>
		</easyExternalImage>
		<easyChars>
			<value>Hello World</value>
		</easyChars>
		<easyLink>
			<label>Click me</label>
			<url>http://manual.wapple.net/files/examples/wapl_is_easy.xml</url>
		</easyLink>
	</layout>
</wapl>