Code sample test

 
This page is just here (unpublished) to try out the syntax highlighter. We're using dp.syntaxhighlighter.

Here is some Python:

def hello(arg):
    "Does very little"
    print "hello, %s" % arg

And here is some RML:

<image x="0" preserveAspectRatio="yes"/>
<para style="heading1">text</para>

Cool, huh?