The W3C supports a system where you can send text/xml to a browser and, using an XML processing instruction, convert to text/html in the browser. This is supported by IE 5.5+, Mozilla 1.0+, Opera, and Safari.
Is that in the spirit of isomorphism? If so, would doing this same step, but server-side (as Uche's WSGI middleware does) be in the spirit, or against the spirit?
Is that in the spirit of isomorphism? If so, would doing this same step, but server-side (as Uche's WSGI middleware does) be in the spirit, or against the spirit?