HTML-Template-Example

(You can find the documentation below)

HTML-Content:
TemplatePseudo-XPath



Verbose output Allow short template notationAllow objects


Result of the above expression applied to the above html file:




What is this about?

Here you can test the html templates and pseudo xpath expressions used by VideLibri.
The template example shows the two most basic template commands (read/loop) and copies the first column of a table. The source attribute of the read tag contains a pseudo xpath expression (in most cases you can think of it as XPath expression) and the var attribute specifies the variable the string is written to.

You can find more details in the corresponding unit documentation:
    Documentation of the template syntax.
    Documentation of the pseudo-XPath-expressions.