You can try this code. This is a basic one with only four tags/containers. You should go to http://caudium.info/ and download the Roxen 1.3 documentation.
Example 6-1. Some simple RXML tags.
<html> <comment>You have to put bgcolor for gtext to work properly</comment> <body bgcolor="#FFFFFF"> <h1>Basic RXML examples</h1> <table border="1"> <tr> <td>This is a list of all RXML tags</td> <td><list-tags></td> </tr> </table> <table border="1"> <tr> <td>Gtext render text as graphic</td> <td><gtext scale=0.5>This is a gif/png graphic</gtext></td> </tr> <tr> <td>Last modification of this page</td> <td><modified></td> </tr> </table> </body> </html> |