I\'m writing a web service, and I want to return the data as XHTML. Because it\'s data, not markup, I want to keep it very clean - no extra s or
s or
Use javascript. If you're using the jQuery library, try something like this:
$("input.a").after("")
Or whatever you need.