XRB Examples
XRB syntax highlighting
Back to Examples
XRB: XML with Embedded Ruby
<note author="sam"> <title>Hello</title> <body> Greeting: #{ name.upcase } <?r puts "Debug from Ruby" ?> </body> </note>