', 'b&b', '"ccc"'] ?>
@{item}@
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<?rb lang = 'en' list = ['<aaa>', 'b&b', '"ccc"'] ?>
<html
lang
="
@!{lang}@
"
>
<body>
<ul>
<?rb for item in list ?>
<li>
@{item}@
</li>
<?rb end ?>
...
</ul>
...
</body>
...
</html>