view tests/post.ur @ 1842:052c5eedc9ea

Add MLTONARGS to xml/parse
author Jason Gross <jgross@mit.edu>
date Sat, 05 Jan 2013 18:19:20 -0500
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>