<?xml version="1.0" encoding="Shift_JIS" ?>
<script>
	<!-- 以下動作設定
		初期設定にペン機能だけを加える-->
	<init>
		<pen>
			<enable>true</enable>
		</pen>
	</init>
	<!-- 以下原稿 -->
	<body>
		<str>
			<line>ここが一行</line>
			<line>行は自由に追加可能</line>
		</str>
		<str>
			<line>次ページは画像</line>
		</str>
		<img>
			<file>tmp_logo.jpg</file>
			<width>570</width>
			<height>96</height>
		</img>
		<str>
			<line>基本は、これで十分です</line>
		</str>
		<str>
			<line>あとは、</line>
		</str>
		<str>
			<line>この要領でタグを</line>
			<line>増やしていくだけ</line>
		</str>
	</body>
</script>