# Print a header at the start
*RDFSTART*\<html><head><title>My RDF page</title></head><body>


# Just put a comment in the output when we see this tag
?xml version="1.0"?\<!--Does this tag mean anything to me-->


# Make everything in channel a fancy font
channel\<font face="Impact">
/channel\</font><br>&nbsp;<br>


# Put a bullet before each item
item\<ul><li>
/item\</ul>


# Don't print out descriptions
description\
/descrption\


# Or publication dates (so useless, eh?)
pubDate\
/pubDate\


# Print out the rss generator, if applicable
generator\<em>Generated by:  
/generator\</em><br>


# Print something at the end of the channel
/rdf\<br><hr>Farewell, gentle user!


# End the HTML stuff...
*RDFEND*\</body></html>
