topical media & game development

talk show tell print

basic-xml-17-ch17-eg17.xml / xml



  <?xml version="1.0" encoding="UTF-8" ?>
  <?xml-stylesheet type="text/css" href="ch17_eg17.css" ?> 
  <page>
    <paragraph>The effect of a bulleted list is created using CSS.</paragraph>
  
    <list>
      <bulletPoint>Item one</bulletPoint>
      <bulletPoint>Item two</bulletPoint>
      <bulletPoint>Item three</bulletPoint>
       <list>
         <bulletPoint>Item three point one</bulletPoint>
         <bulletPoint>Item three point two</bulletPoint>
      </list>
      <bulletPoint>Item four</bulletPoint>
    </list>
  
  </page>


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.