dom_simple_ul.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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">
  5. </head>
  6. <body>
  7. <p>Here's a simple list from my favourite website:</p>
  8. <ul>
  9. <li>The Zend Engine II with a new object model and dozens of new features.</li>
  10. <li>XML support has been completely redone in PHP 5, all extensions are
  11. now focused around the excellent libxml2 library
  12. (http://www.xmlsoft.org/).</li>
  13. <li>A new SimpleXML extension for easily accessing and manipulating XML
  14. as PHP objects. It can also interface with the DOM extension and
  15. vice-versa.</li>
  16. <li>A brand new built-in SOAP extension for interoperability with Web Services.</li>
  17. <li>A new MySQL extension named MySQLi for developers using MySQL 4.1 and
  18. later. This new extension includes an object-oriented interface in
  19. addition to a traditional interface; as well as support for many of
  20. MySQL's new features, such as prepared statements.</li>
  21. <li>SQLite has been bundled with PHP. For more information on SQLite,
  22. please visit their website. </li>
  23. <li>Streams have been greatly improved, including the ability to access low-level socket operations on streams.</li>
  24. <li>And lots more...</li>
  25. <ul><li>Sublists</li><li>work</li><li>too!</li></ul>
  26. </ul>
  27. </body> </html>