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 (13 years, 1 month ago) by misho
Branches: axl, MAIN
CVS tags: HEAD, AXL0_6_7, AXL0_6_1
3th party - XML

    1: <?xml version='1.0'?>
    2: <Beers>
    3:   <!-- the default namespace inside tables is that of HTML -->
    4:   <table xmlns='http://www.w3.org/1999/xhtml'>
    5:     <th><td>Name</td><td>Origin</td><td>Description</td></th>
    6:     <tr> 
    7:       <!-- no default namespace inside table cells -->
    8:       <td><brandName xmlns="">Huntsman</brandName></td>
    9:       <td><origin xmlns="">Bath, UK</origin></td>
   10:       <td>
   11: 	<details xmlns=""><class>Bitter</class><hop>Fuggles</hop>
   12: 	<pro>Wonderful hop, light alcohol, good summer beer</pro>
   13: 	<con>Fragile; excessive variance pub to pub</con>
   14: 	</details>
   15:       </td>
   16:     </tr>
   17:   </table>
   18: </Beers>

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