Example 12-2: Datagram with a "mixed markup" document fragment

<?xml version="1.0"?>
<Book>
   <ISBN>0395415012</ISBN>
   <Title>Sunrise With Seamonsters</Title>
   <Price>12.75 </Price>
   <Author>
      <First>Paul</First>
      <Last>Theroux</Last>
   </Author>
   <Description>
     Published by <Pub>Houghton Mifflin Co</Pub> in
     <Year>1985</Year>, this <Ed>First</Ed> Edition, 
     has a blue and grey <Cov>Hard</Cov> cover. 
     <Damage>Light wear to top of spine</Damage>.
     <DJ>Very good</DJ> dust jacket.
   </Description>
</Book>