submission/@replace="text"

In submission, we allow replace="text" to replace a subtree of an instance  
with text from the response.

If the response is XML, we "encode it as text" (which we don't seem to  
define), and then use that as replacement text.

So here's a question: since we deal with JSON by converting it to XML,  
should replace="text" work with responses that are JSON?

 JSON→XML→text

Steven

Received on Friday, 2 December 2011 12:30:57 UTC