witam jestem nowy na forum wiec proszę od razu nie banować itp ... otóż potrzebuje pomocy przy takim zadaniu :
Przedstawić obsługę bazy XML w oknie przeglądarki
internetowej. Minimalne wymagania: wyświetlanie
rekordów, zalecane: przeglądanie do przodu i do tyłu
z xml jestem zielony udało mi się wygenerować z accesa taki kod :
<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="nowa.xsd" generated="2011-05-25T13:18:08">
<?xml-stylesheet type="text/css" href="styl.css"?>
<nowa>
<Identyfikator>5</Identyfikator>
<Pole1>imie</Pole1>
<Pole2>nazwisko</Pole2>
<Pole3>ocena</Pole3>
<Pole4>num.id</Pole4>
<Pole5>plec</Pole5>
</nowa>
<nowa>
<Identyfikator>6</Identyfikator>
<Pole1>aneta</Pole1>
<Pole2>xxx</Pole2>
<Pole3>3</Pole3>
<Pole4>123</Pole4>
<Pole5>k</Pole5>
</nowa>
<nowa>
<Identyfikator>7</Identyfikator>
<Pole1>ania</Pole1>
<Pole2>xxx</Pole2>
<Pole3>4</Pole3>
<Pole4>124</Pole4>
<Pole5>k</Pole5>
</nowa>
<nowa>
<Identyfikator>8</Identyfikator>
<Pole1>robert</Pole1>
<Pole2>xxx</Pole2>
<Pole3>5</Pole3>
<Pole4>125</Pole4>
<Pole5>m</Pole5>
</nowa>
<nowa>
<Identyfikator>9</Identyfikator>
<Pole1>wojtek</Pole1>
<Pole2>xxx</Pole2>
<Pole3>5</Pole3>
<Pole4>126</Pole4>
<Pole5>m</Pole5>
</nowa>
<nowa>
<Identyfikator>10</Identyfikator>
<Pole1>artur</Pole1>
<Pole2>xxx</Pole2>
<Pole3>4</Pole3>
<Pole4>127</Pole4>
<Pole5>m</Pole5>
</nowa>
<nowa>
<Identyfikator>11</Identyfikator>
<Pole1>pawel</Pole1>
<Pole2>xxx</Pole2>
<Pole3>3</Pole3>
<Pole4>128</Pole4>
<Pole5>m</Pole5>
</nowa>
<nowa>
<Identyfikator>12</Identyfikator>
<Pole1>marek</Pole1>
<Pole2>xxx</Pole2>
<Pole3>4</Pole3>
<Pole4>128</Pole4>
<Pole5>m</Pole5>
</nowa>
<nowa>
<Identyfikator>13</Identyfikator>
<Pole1>maciek</Pole1>
<Pole2>xxx</Pole2>
<Pole3>5</Pole3>
<Pole4>132</Pole4>
<Pole5>m</Pole5>
</nowa>
<nowa>
<Identyfikator>14</Identyfikator>
<Pole1>ola</Pole1>
<Pole2>xxx</Pole2>
<Pole3>3</Pole3>
<Pole4>133</Pole4>
<Pole5>k</Pole5>
</nowa>
<nowa>
<Identyfikator>15</Identyfikator>
<Pole1>asia</Pole1>
<Pole2>xxx</Pole2>
<Pole3>5</Pole3>
<Pole4>134</Pole4>
<Pole5>k</Pole5>
</nowa>
<nowa>
<Identyfikator>16</Identyfikator>
</nowa>
</dataroot>
prosił bym o pomoc jak oprawić to w ramkę i sprawdzeniu z jakiego powodu wyskakuje mi błąd w przeglądarce jak otwieram ten plik
z góry dziękuje za pomoc
Zielony z xml