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

system-property()

Arguments:    string
Returns: object

Returns a system property. Currently these are defined:

  • xsl:version, the version of the XSLT specification implemented;

  • xsl:vendor, a string identifying the XSLT processor;

  • xsl:vendor-url, a string containing a URL for the vendor.

This implementation will return 1.0, Roxen Internet Software, and http://www.roxen.com/ respectively.

See also the XSLT specification.