Project

General

Profile

1
 
2
<h2>Browser support</h2>
3

    
4
<p>
5
Mapbuilder retrieves XML documents to be stored and manipulated within the
6
browser.  
7
The documents are rendered into HTML using XSL stylesheets and added to the 
8
page using the browser's DOM implementation.
9
Using these techniques provides great flexibility in programing the page 
10
however it means that only modern browsers are supported.
11
</p>
12

    
13
<p>
14
Browsers supported include:
15
<ul>
16
  <li>Firefox 1.0</li>
17
  <li>Mozilla 1.3 and higher</li>
18
  <li>Microsoft IE 6 and higher</li>
19
  <li>Netscape 6 and higher</li>
20
</ul>
21
</p>
22

    
(2-2/8)