view tests/post.ur @ 1709:4600cc5e335c

Added several missing tag attributes
author Vladimir Shabanov <vshabanoff@gmail.com>
date Wed, 11 Apr 2012 03:03:19 +0400
parents b106ca8200b1
children
line wrap: on
line source
fun callMe n s pb = return <xml><body>
  n = {[n]}<br/>
  s = {[s]}<br/>
  pb : {[postType pb]} = {[postData pb]}
</body></xml>