Project

Profile

Help

Bug #4886 » including.xsl

Maarten Kroon, 2021-01-29 16:24

 
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
version="3.0">

<xsl:include href="included.xsl"/>

<xsl:variable name="test" select="'hello world'" as="xs:string"/>

</xsl:stylesheet>
(1-1/4)