File:  [ELWIX - Embedded LightWeight unIX -] / gpl / axl / test / test_28.xml
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 07:09:12 2011 UTC (12 years, 11 months ago) by misho
Branches: axl, MAIN
CVS tags: HEAD, AXL0_6_7, AXL0_6_1
3th party - XML

<?xml version='1.0'?>
<Beers>
  <!-- the default namespace inside tables is that of HTML -->
  <table xmlns='http://www.w3.org/1999/xhtml'>
    <th><td>Name</td><td>Origin</td><td>Description</td></th>
    <tr> 
      <!-- no default namespace inside table cells -->
      <td><brandName xmlns="">Huntsman</brandName></td>
      <td><origin xmlns="">Bath, UK</origin></td>
      <td>
	<details xmlns=""><class>Bitter</class><hop>Fuggles</hop>
	<pro>Wonderful hop, light alcohol, good summer beer</pro>
	<con>Fragile; excessive variance pub to pub</con>
	</details>
      </td>
    </tr>
  </table>
</Beers>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>