14 lines
342 B
XML
14 lines
342 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<top>
|
||
|
<author>David Beazley</author>
|
||
|
<content>
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<title>Hello World</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Hello World!</h1>
|
||
|
</body>
|
||
|
</html>
|
||
|
</content>
|
||
|
</top>
|