Name
cx:java-properties — Reads a Java properties file.
Synopsis
<p:declare-step
type
="
cx:java-properties
"
xmlns:cx
="
http://xmlcalabash.com/ns/extensions
"
>
<p:output
port
="
result
"
/>
<p:option
name
="
href
"
/>
<!--
anyURI -->
</p:declare-step>
Description
The cx:java-properties
step reads a Java properties file and
returns it as a c:param-set
.
If href
is specified, it must be the URI of a properties file. It will
be made absolute relative to the base URI of the element on which it occurs. If
href
is not specified, the Java system properties are returned.