- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
- <html>
- <head>
- <title>XiTemplate Manual - rparse()</title>
- </head>
-
- <body>
-
- <h1>XiTemplate</h1>
- <p>Hi. Welcome to XiTemplate!</p>
-
- <p>This block is: sub block 1</p>
-
- <p>This block is: sub block 2</p>
-
- <p>This block is: sub block 3</p>
-
- <p>This block is: sub block 3</p>
-
- <p>Notice how sub block 3 gets parsed twice since it was explicitly parsed by parse() and then
- parsed again by rparse(). This is not a bug since calling rparse will recursively parse
- all blocks contained within the parent block. It might be a feature, though. :-)</p>
-
- </body>
- </html>