Agregada instruccion para reiniciar tablas de horarios.
[CLab.git] / include / dompdf / www / test / simple_ul.html
blob1d6bd959809e5970b47bfbbad7c9936964cc264c
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
6 </head>
8 <body>
9 <p>Here's a simple list from my favourite website:</p>
11 <ul>
12 <li>The Zend Engine II with a new object model and dozens of new features.</li>
14 <li>XML support has been completely redone in PHP 5, all extensions are
15 now focused around the excellent libxml2 library
16 (http://www.xmlsoft.org/).</li>
18 <li>A new SimpleXML extension for easily accessing and manipulating XML
19 as PHP objects. It can also interface with the DOM extension and
20 vice-versa.</li>
22 <li>A brand new built-in SOAP extension for interoperability with Web Services.</li>
24 <li>A new MySQL extension named MySQLi for developers using MySQL 4.1 and
25 later. This new extension includes an object-oriented interface in
26 addition to a traditional interface; as well as support for many of
27 MySQL's new features, such as prepared statements.</li>
29 <li>SQLite has been bundled with PHP. For more information on SQLite,
30 please visit their website. </li>
32 <li>Streams have been greatly improved, including the ability to access low-level socket operations on streams.</li>
34 <li>And lots more...</li>
36 <ul><li>Sublists</li><li>work</li><li>too!</li></ul>
37 </ul>
39 </body> </html>