Candle Online Query Editor
In this online editor, you can only try out Candle functions. Candle methods are not allowed.
The
input document
is passed as the argument to the main function.
You can editor the
script
in the textarea below, and click the
Edit and Click Me button
to see the
result
.
If your
input document
or
script
contains error, it will be shown in the
Error
tab.
Input document:
-- Tutorial Sample Scripts --
1.1 - Hello World
1.2 Hello World Fancy
1.3 Hello World Dynamic
1.4 Hello World Comment
2.1 Basic Sequence Expressions
2.2 Basic Arithmetic Expressions
2.3 Basic Comparison Expressions
2.4 Basic Logic Expressions
3.1 Path Expression Steps
3.2 More Path Expressions
4.1 Flow Control Variables
4.2 Flow Control Nested Variables
4.3 Expression Level Flow Control
4.4 Flow Control Put Statement
5.1 Expr. vs Statement Function
6.1 Node Construction Statements
6.2 Template Transformation
Your query script:
(functions only)
<?csp1.0?> function main() { "Hello world from Candle!" }
Your result:
HTML Output
Candle Output
Error