do the transformation on the server side or ask the users to upgrade to IE6

解决方案 »

  1.   

    do the transformation on the server side or ask the users to upgrade to IE6
      

  2.   

    to saucer: do the transformation on the server side 不明白
      

  3.   

    you can use classes in System.Xml and System.Xml.Xsl, but the simple way is to use<asp:Xml id="myxml" runat="server" DocumentSource="yourxml.xml" TranformSource="Yourxsl.xsl" />
      

  4.   

    <asp:Xml id="myxml" runat="server" DocumentSource="yourxml.xml" TransformSource="Yourxsl.xsl" />
      

  5.   

    to saucer:
    我是用response.redirect("xx.xml"),
    xml中引用xsl如下:
    <?xml-stylesheet type='text/xsl' href='http.../lt/bn1.xsl'?>