First page
Back
Continue
Last page
Overview
Graphics
Hands-on XML
Create the following XML document:
<?xml version="1.0"?>
<page>
<title>Hello</title>
<content>
<para>This is my first XML page!</para>
</content>
</page>
Save it as hello_world.xml