blob: ec36bab2589e7651159941b34ff5ef006cae7758 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- ******************************************************************************
* Copyright (c) 2008 Chase Technology Ltd - http://www.chasetechnology.co.uk
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Doug Satchwell (Chase Technology Ltd) - initial API and implementation
******************************************************************************* -->
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template name="func1">
<xsl:param name="p1" select="1"/>
<xsl:param name="p2"/>
<literal>Hello World</literal>
</xsl:template>
</xsl:stylesheet>