<xsl:include> 的示例

下面是一个 <xsl:include> 的示例。

XML 文件 (collection.xml)

XSLT 文件 (xslinclude.xsl)

包含的 XSLT 文件 (xslincludefile.xsl)

输出

以下是格式化输出:

Title - Lover Birds Author - Cynthia Randall Publisher - Ballantine Books

Title - Catwings Author - Eva Corets Publisher - Lucerne Publishing

Title - Home Town Author - Paula Thurman Publisher - Scootney

以下是处理器输出:

Title - Lover Birds<BR />
Author - Cynthia Randall<BR />
Publisher - Lucerne Publishing<BR /><BR />
Title - Catwings<BR />
Author - Eva Corets<BR />
Publisher - Lucerne Publishing<BR /><BR />
Title - Splish Splash<BR />
Author - Paula Thurman<BR />
Publisher - Scootney<BR /><BR />

另请参见

参考

<xsl:import> 元素