Knowledge Systems Laboratory, Stanford University
4
XML Document Syntax
u
XML document
Optional prolog
One or more elements
Optional miscellany
>
Comments
>
Processing instructions
E.g.,
>
<?xml version="1.0"?>
>
<greeting>Hello, world!</greeting>
>
<!--
A simple XML document. -->