Any big sites using Client Side XSLT?

前端 未结 7 2171
忘掉有多难
忘掉有多难 2021-01-31 18:41

Lately, I\'ve been pondering the somewhat non-mainstream architecture of building raw XML on the server side, and then using an XSLT stylesheet on the client to transform the XM

7条回答
  •  自闭症患者
    2021-01-31 19:15

    I may be biased when I say this, but working on a web based app that does this, I hate it. The only reason it is even viable is because the clients are only IE6+. Even then, there are issues with it. I find XSLT to be very difficult and would suggest if you are going to do this to get a good tool for debugging and editing XSLT. Why not use JSON and jquery? Must more standard and less client side variability.

提交回复
热议问题