Custom CSS Functions The visual Author editing mode supports also a wide range of custom CSS extension functions. oxy_local-name() Function The oxy_local-name() function evaluates the local name of the current node. oxy_name() Function The oxy_name() function evaluates the qualified name of the current node. oxy_url() Function The oxy_url() function extends the standard CSS url() function by allowing you to specify additional relative path components (parameters loc_1 to loc_n). oxy_base-uri() Function The oxy_base-uri() function evaluates the base URL in the context of the current node. oxy_parent-url() Function The oxy_parent-url() function evaluates the parent URL of a URL received as string. oxy_capitalize() Function The oxy_capitalize function capitalizes the first letter of the text received as argument. oxy_uppercase() Function The oxy_uppercase() function transforms to upper case the text received as argument. oxy_lowercase() Function The oxy_lowercase() function transforms to lower case the text received as argument. oxy_concat() Function The oxy_concat() function concatenates the received string arguments. oxy_replace() Function The oxy_replace function is used to replace a string of text. oxy_unparsed-entity-uri() Function The oxy_unparsed-entity-uri() function returns the URI value of an unparsed entity name. oxy_attributes() Function The oxy_attributes() function concatenates the attributes for an element and returns the serialization. oxy_substring() Function The oxy_substring() function is used to return a string of text. oxy_getSomeText(text, length) Function The oxy_getSomeText(text, length) function allows you to truncate a long string and to set a maximum number of displayed characters. oxy_indexof() Function The oxy_indexof() function is used to define searches. oxy_lastindexof() Function The oxy_lastindexof() function is used to define last occurrence searches. oxy_xpath() Function The oxy_xpath() function is used to evaluate XPath expressions. Form Controls Oxygen XML Editor provides a variety of built-in form controls that allow users to interact with documents with familiar user interface objects. oxy_action() Function The oxy_action() function allows you to define actions directly in the CSS, rather than referencing them from the associated framework. oxy_action_list() Function The oxy_action_list() function allows you to define a list of actions directly in the CSS, rather than referencing them from the associated framework. oxy_label() Function The oxy_label() function can be used in conjunction with the CSS content property to change the style of generated text. oxy_link-text() Function You can use the oxy_link-text() function on the CSS content property to obtain a text description from the source of a reference. oxy_unescapeURLValue(string) Function The oxy_unescapeURLValue() function returns the unescaped value of a URL-like string given as a parameter. Arithmetic Functions Arithmetic Functions are supported. Parent topic: Oxygen XML Editor CSS Extensions Previous topic: Custom colors for element tags: -oxy-tags-color and -oxy-tags-background-color Next topic: oxy_local-name() Function