Project

Profile

Help

Bug #1971 » example.burst-mode-streaming.xsl

Nick Nunes, 2014-01-06 08:03

 
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
exclude-result-prefixes="xs"
version="3.0">
<xsl:template match="/">
<test>
<xsl:stream href='employees.xml'>
<xsl:apply-templates select="copy-of(*/employee)"/>
</xsl:stream>
</test>
</xsl:template>
</xsl:stylesheet>
(1-1/2)