Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2015
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.80 KB | None | 0 0
  1. <Products>
  2.   <Books>
  3.     <Book>
  4.       <FeaturedBook>true</FeaturedBook>
  5.       <Title>Adventures in toyland</Title>
  6.       <Author>Bill Bradley</Author>
  7.       <Summary>Plucky Timmy faces his biggest challenge yet in this exciting adventure.</Summary>
  8.     </Book>
  9.     <Book>
  10.       <Title>EX342211 Reference Manual</Title>
  11.       <Author></Author>
  12.       <Summary>A very dry manual that surely nobody will need to read.</Summary>
  13.     </Book>
  14.   </Books>
  15.   <Devices>
  16.     <Device>
  17.       <Name>TI-89</Name>
  18.       <Description>An enormously useful graphing calculator</Description>
  19.     </Device>
  20.     <Device>
  21.       <Featured>true</Featured>
  22.       <Name>TI-85</Name>
  23.       <Description>The black sheep of the TI family. We are trying to get rid of these</Description>
  24.     </Device>
  25.   </Devices>
  26. </Products>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement