Names in All Contexts

The following names exist in all contexts:

Names Whose Value Is a String:

  • exportCharset: returns the name of the export character set defined in the system configuration and looked up in the exportCharsetMap list.

  • exportMode: returns the value preview if the name is evaluated while a preview page is computed. During the export, the value normal is returned. You can use this value to make the export of particular data dependent on the export mode.

  • fsPathPrefix: returns the value of the system export.absoluteFsPathPrefix system configuration entry, i. e. the character strings with which file paths are prefixed if absolute paths are to be exported. See also section Generating Absolute Paths in Scripts.

  • urlPrefix: returns the value of the system export.absoluteUrlPrefix system configuration entry, i. e. the character strings with which the paths in URLs are prefixed if absolute paths are to be exported. See also section Generating Absolute Paths in Scripts.