summaryrefslogtreecommitdiff
path: root/tests/general/bug-103.xsl
blob: efa0f801b9bacde29053a9b7876d9a716739a2df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" 
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	>

	<xsl:template match="/">
		<report xmlns="http://examplotron.org/namespaces/example">
			<xsl:copy-of select="foo"/>
		</report>
	</xsl:template>
	
</xsl:stylesheet>