XSL中可不可以包含文件???

XSL中可不可以包含文件??就像ASP中的<!--#include file=""->这样的??
---------------------------------------------------------------

if you want to include xslt files, you can use

1<xsl:include href="uri-reference"></xsl:include>

or

1<xsl:import href="uri-reference"></xsl:import>
Published At
Categories with Web编程
Tagged with
comments powered by Disqus