blob: 5297b4b1fca8ada2c7b1c2610ca22c736becb27a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:include href="modeTest2.xsl" />
<xsl:template match="/">
</xsl:template>
<xsl:template match="something" mode="mode1">
</xsl:template>
<xsl:template match="something" mode="mode2">
</xsl:template>
<xsl:template name="something" mode="mode1">
</xsl:template>
<xsl:template name="test" mode="">
</xsl:template>
</xsl:stylesheet>
<!-- /*******************************************************************************
* Copyright (c) 2008 Standards for Technology in Automotive Retail and others.
* All rights reserved. This program and the accompanying materials * are
made available under the terms of the Eclipse Public License v1.0 * which
accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html
* * Contributors: * David Carver - STAR - Stylesheet for testing purposes.
*******************************************************************************/ -->