http://expert.csdn.net/Expert/Xsl/2.xsl

解决方案 »

  1.   

    - <xsl:element name="IFRAME">
      <xsl:attribute name="name">XmlReply</xsl:attribute> 
      <xsl:attribute name="marginWidth">0</xsl:attribute> 
      <xsl:attribute name="marginHeight">0</xsl:attribute> 
      <xsl:attribute name="frameBorder">0</xsl:attribute> 
      <xsl:attribute name="SCROLLING">no</xsl:attribute> 
      <xsl:attribute name="width">600</xsl:attribute> 
      <xsl:attribute name="height">300</xsl:attribute> 
    - <xsl:attribute name="src">
      /Expert/xsl/Reply_Xml.asp?Topicid= 
      <xsl:value-of select="Topic/Issue/TopicId" /> 
      </xsl:attribute>
        
      </xsl:element>
    看到了么,用IFRAME呀,可是*.xml的文件可能不会被jsp的服务器解析。所以还是使用xsl吧
    相亲请见参考用例http://expert.csdn.net/Expert/Xsl/2.xsl
      

  2.   

    <xsl:include href="stylesheet_path">