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

Resulting HTML after parsing

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2.  
  3. <html>
  4. <head>
  5. <title>XiTemplate Manual - rparse()</title>
  6. </head>
  7.  
  8. <body>
  9.  
  10. <h1>XiTemplate</h1>
  11. <p>Hi. Welcome to XiTemplate!</p>
  12.  
  13. <p>This block is: sub block 1</p>
  14.  
  15. <p>This block is: sub block 2</p>
  16.  
  17. <p>This block is: sub block 3</p>
  18.  
  19. <p>This block is: sub block 3</p>
  20.  
  21. <p>Notice how sub block 3 gets parsed twice since it was explicitly parsed by parse() and then
  22. parsed again by rparse(). This is not a bug since calling rparse will recursively parse
  23. all blocks contained within the parent block. It might be a feature, though. :-)</p>
  24.  
  25. </body>
  26. </html>

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