XiTemplate Home Page XiTemplate
[ class tree: XiTemplate ] [ index: XiTemplate ] [ all elements ]

HTML template used in this example

  1. <!-- BEGIN: main -->
  2.  
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  4.  
  5. <html>
  6. <head>
  7. <title>XiTemplate Manual - parse()</title>
  8. </head>
  9.  
  10. <body>
  11.  
  12. <h1>XiTemplate</h1>
  13. <p>Hi. Welcome to {NAME}!</p>
  14.  
  15. <p>Here is a table made up of several sub blocks</p>
  16.  
  17. <table border="1" cellpadding="2" cellspacing="0">
  18. <!-- BEGIN: tr -->
  19. <tr>
  20. <!-- BEGIN: td -->
  21. <td>{VARIABLE}</td>
  22. <!-- END: td -->
  23. </tr>
  24. <!-- END: tr -->
  25. </table>
  26.  
  27. </body>
  28. </html>
  29.  
  30. <!-- END: main -->

Documentation generated on Fri, 20 Aug 2004 10:57:45 -0500 by phpDocumentor 1.3.0RC3