| Siebel Business Analytics Server Administration Guide > Using XML as a Data Source for Siebel Business Analytics  > XML Examples > Island2.htm
 ===island2.htm=== <HTML><HEAD>
 <TITLE>HTML Document with Data Island</TITLE>
 </HEAD>
 <BODY>
 <p>This is an example of an XML data island in I.E. 5</p>
 <XML ID="12345">
 test>
 <row>
 <field1>00</field1>
 <field2>01</field2>
 </row>
 <row>
 <field1>10</field1>
 <field2>11</field2>
 </row>
 <row>
 <field1>20</field1>
 <field2>21</field2>
 </row>
 </test>
 </XML>
 <p>End of first example.</p>
 <XML ID="12346">
 <test>
 <row>
 <field11>00</field11>
 <field12>01</field12>
 </row>
 <row>
 <field11>10</field11>
 <field12>11</field12>
 </row>
 <row>
 <field11>20</field11>
 <field12>21</field12>
 </row>
 </test>
 </XML>
 <p>End of second example.</p>
 </BODY>
 </HTML>
 
 |