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

generate-id()

Arguments:    [node-set]
Returns: string

Returns a string that uniquely identifies the node in the argument which comes first in document order. The same identifier will always be generated for the same node and different identifiers for different nodes as long as the function is called within the same transformation. If the node-set is omitted the context node is used.

See also the XSLT specification.