xml cheatsheet

if it helps, I below is the list of elements I used.... 

<spec>
 <header>
  ... see one of the specs

 <body>
  <div1> (div2, div3, div4, div5)
   <head> text </head>

   <p>
    <bibref ref="..."/>
    <specref ref="..."/>
    <loc href="..."> text </loc>
    <emph> text to be in italics </emph>

   <ulist>
    <item>
     <p> bulleted list text </p>
    </item>
   </ulist>

   <example>
    <head> text </head> ?
    <eg> xml/code </eg>
   </example>

   <glist>
    <gitem>
     <label> term </label>
     <def>
      <p> definition text </p>
     </def>
    </gitem> +
   </glist>

   <table id="...">
    <caption> text </caption> ?
    <tbody>
     <tr>
      <th> +
       <p> header </p>
     <tr>
      <td> +
       <p> cell entry </p>
 </body>

 <back>
  <blist>
   <bibl key="..." id="..." href="...">
    <titleref>
     title
    </titleref>
    , authors, date.
   </bibl>
  </blist>
 </back>

</spec>

Received on Tuesday, 27 January 2009 20:00:18 UTC