I now need an answer to a bigger problem. (Apologies for it’s
impossible to Google for, because ‘xml’ will give too many false hits.)
Suppose I wanted to concoct an HTML page using an RXML template,
because the source is so much cleaner and easier to refactor.
When that chat/index is an RXML, something in the rendering system
drops the Content-type: html/text from the outbound rendered contents.
This truly sucks, because I can no longer use “convention over
configuration”. I have to put my XmlMarkup stuff into a function and
call it the old-fashioned way.