| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/Topogeo/ojs/plugins/generic/xmlGalley/transform/ |
Upload File : |
<?xml version="1.0"?> <!-- * test.xsl * * Copyright (c) 2003-2012 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Test XSL stylesheet for external XSLT using the XML Galleys plugin. * * $Id$ --> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="text" omit-xml-declaration="yes"/> <xsl:strip-space elements="*"/> <xsl:template match="/root"> <xsl:apply-templates/> </xsl:template> <xsl:template match="level_1"> <xsl:value-of select="level_2"/> <xsl:apply-templates/> <xsl:variable name="test"> Success</xsl:variable> <xsl:value-of select="$test"/> </xsl:template> <xsl:template match="level_2"/> </xsl:stylesheet>