Moving to XML
|
- Special instructions for particular applications
- Syntactically, delimited by
<? and
?>
<?xml version="1.0"?> is a processing
instruction
- a special one
- The tag-part identifies the particular application this PI is
intended for
xml means 'any XML parser'
- The rest of the content is application specific