create-delimited-string

This function returns a delimited string created from a nodeSet delimited by a delimiter.

Signature:

oraext:create-delimited-string(nodeSet as node-set, delimiter as string)

Arguments:

  • nodeSet: The node set to convert into a delimited string.

  • delimiter: The character that separates the items in the output string (for example, a comma or a semicolon).

Property IDs:

  • namespace-uri: http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc

  • namespace-prefix: oraext