Project

General

Profile

1 26600 sandro.lab
// declare the import of script(s)
2
import (subScript_example.ftl);
3
4
// declare namespace(s)
5
declare_ns prefix=http://somenamespace.xyz.de;
6
7
// declare the script name
8
declare_script MainSample;
9
10
// set a rule of type function
11
lv = Convert(xpath:/dc.metadata.language,LangVocab);
12
13
// mark the end of the script
14
end