annotate tests/attrMangle.ur @ 1840:146ec8e90063

Add some name-mangling rules to allow XML attribute 'name' and attributes with dashes
author Adam Chlipala <adam@chlipala.net>
date Thu, 27 Dec 2012 15:34:11 -0500
parents
children
rev   line source
adam@1840 1 open Goofy
adam@1840 2
adam@1840 3 fun main () : transaction page = return <xml><body>
adam@1840 4 <goofy name="beppo" data-role="excellence"/>
adam@1840 5 </body></xml>