Example XML
   - Here's an example.
 
   - <?xml version="1.0" encoding="UTF-8"? >
 
   - <!-- This is a comment --> 
 
   - < note importance="low">  
       < to >  Ian  < / to >
       < from >  Chris  < / from >  
       < body >  Thanks for Covering for me  < / body >  
       < PS >  I owe you.  < / PS> 
       < PS >  You can have two of a tag.  < / PS>  
       < / note > 
   - Note that it's case sensitive.