RoxenCMS 5.4Web Developer ManualXSLT/XPath Functions

   

rxml:cookie
rxml:get-permlink
rxml:iso-gmtime
rxml:iso-time
rxml:metadata
rxml:mktime
rxml:node-set
rxml:pike-expression
rxml:resolve-permlink
rxml:variable
boolean
ceiling
concat
contains
count
current
document
element-available
false
floor
format-number
function-available
generate-id
id
key
lang
last
local-name
name
namespace-uri
normalize-space
not
number
position
round
starts-with
string
string-length
substring
substring-after
substring-before
sum
system-property
translate
true
unparsed-entity-uri

rxml:pike-expression()

Arguments:    string
Returns: object

Evaluates the given statement(s) as Pike code and returns the result. The return type is either integer, floating point or string. Any other type is coerced to string as if passed through sprintf("%O", ...).

The variable id may be used in the Pike code. If a return statement is missing one will be added, and the same is true for a trailing semicolon.

Note!

This Roxen-specific function is a possible security hole and is disabled by default. Also, stylesheets using this function will not be cached.