使用XSLT Modes多次处理XML内容

Categories: Development Notes; Tagged with: ; @ July 30th, 2010 11:35

如果不使用Mode, 则xml源文件中的内容只能被处理一次. 如:
<xsl:apply-templates select="/video-server/bstream" />
但在实际应用时, 可能需要多次重复的处理同一组数据, 典型应用就是打印目录.如:

image

(more…)



// Proudly powered by Apache, PHP, MySQL, WordPress, Bootstrap, etc,.