blob: e1bd563ef68c03fc063f930023e341620e57a723 [file] [log] [blame]
<?xml version="1.0"?>
<!--
/***********************************************************************************************************************
* Copyright (c) 2008 empolis GmbH and brox IT Solutions GmbH. 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: Ivan Churkin (brox IT Solutions GmbH) - initial creator
**********************************************************************************************************************/
-->
<t:stylesheet xmlns:t="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:java="http://xml.apache.org/xslt/java"
exclude-result-prefixes="java"
>
<t:template match="doc">
<out><t:value-of select="java:org.apache.xalan.test.ExtensionSample.sampleMethod('sample input')"/></out>
</t:template>
</t:stylesheet>