1.9. Element read

<read
  file = Path
  encoding = Any encoding supported by Java or default
/>

Loads the content of specified text file and returns this content.

If encoding is specified as default, the encoding of the text file is the native encoding of the platform, for example Windows-1252 on an US Windows machine.