Start of change

SUPPLIERS

Here is a complete listing of the data in the SUPPLIERS table.

SID ADDR
100

<supplierinfo xmlns="http://posample.org" Sid="100">
<name>Harry Suppliers</name>
<addr country="Canada">
   <street>50 EastCreek</street>
   <city>Markham</city>
   <prov-state>Ontario</prov-state>
   <pcode-zip>N9C 3T6</pcode-zip>
</addr>
</supplierinfo>

101

<supplierinfo xmlns="http://posample.org" Sid="101">
<name>Johnston Suppliers</name>
<addr country="Canada">
   <street>302 NatureValley Road</street>
   <city>Toronto</city>
   <prov-state>Ontario</prov-state>
   <pcode-zip>M4C 5K8</pcode-zip>
</addr>
</supplierinfo>

End of change