]> Git — Sourcephile - haskell/symantic-xml.git/blob - test/Golden/XML/NS/0009.xml.write
Rewrite to categorical symantic
[haskell/symantic-xml.git] / test / Golden / XML / NS / 0009.xml.write
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>
6 <td>Name</td>
7 <td>Origin</td>
8 <td>Description</td>
9 </th>
10 <tr>
11 <!-- no default namespace inside table cells -->
12 <td>
13 <brandName xmlns="">Huntsman</brandName>
14 </td>
15 <td>
16 <origin xmlns="">Bath, UK</origin>
17 </td>
18 <td>
19 <details xmlns="">
20 <class>Bitter</class>
21 <hop>Fuggles</hop>
22 <pro>Wonderful hop, light alcohol, good summer beer</pro>
23 <con>Fragile; excessive variance pub to pub</con>
24 </details>
25 </td>
26 </tr>
27 </table>
28 </Beers>