comparison 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
comparison
equal deleted inserted replaced
1839:d8c260bcc1f9 1840:146ec8e90063
1 open Goofy
2
3 fun main () : transaction page = return <xml><body>
4 <goofy name="beppo" data-role="excellence"/>
5 </body></xml>