Skip to content.

plope

Personal tools
You are here: Home » Members » chrism's Home » Middleware Tension » Is client-side XSLT isomorphic?
 
 

Comment

Above in this comment thread: Middleware Tension » egress and ingress? » isomorphic!

Is client-side XSLT isomorphic?

Posted by zopepaul at 2007-11-20 12:37 PM
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?