Wiki source code of InputFile
Version 1.2 by Outhman Moustaghfir on 2024/02/20 15:03
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Introduction = | ||
2 | |||
3 | |||
4 | Retrieves the value of the input file. | ||
5 | |||
6 | = Parameters = | ||
7 | |||
8 | * No parameters are required. | ||
9 | |||
10 | = Uses = | ||
11 | |||
12 | |||
13 | {{code language="XML"}} | ||
14 | <TEST><xsl:value-of select="ixf:InputFile()"></xsl:value-of></TEST> | ||
15 | {{/code}} | ||
16 | |||
17 | = Return: = | ||
18 | |||
19 | The function returns the input file value. |