Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0-JSR-5
-
None
-
None
Description
Issues below are now fixed but code needs cleanup
a)
in MarkupBuilder calls encode -.: as _m, _d, _c and _ as __
b)
use url-encoding ?
(easy to implement but not as nice reading/writing)
c)
provide a specialized method on MarkupBuilder such that
a-b(att:'value')
coded('a-b',att:'value'){whatever}