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

translate()

Arguments:    string, string, string
Returns: string

Returns the first argument string with all occurrences of characters in the second argument string replaced with characters at the corresponding position in the third argument string. If the second string is longer than the third string the additional characters will be removed.

See also the XPath specification.