First page
Back
Continue
Last page
Graphics
Expression languages: XPath ...
echo “Hallo world”;
ls //chapter[@draft=1]/title;
ls (//chapter|//section);
echo concat(“Title: ”,//chapter[2]/title);
echo 1+2;
echo 1+1=2;
... etc.