Value template

Attributes

URI:http://www.xmlpipe.org/xpe/util/filter/value
Type:filter
Namespace:http://www.xmlpipe.org
Owner:http://www.xmlpipe.org/xpe/util

Description

This filter provides a simple way to replace a string name into a pre-defined value.

Assign value

The filter reacts to the following XML fragment:


   <properties>
      <property  name="{property name}"  value="{property value}" />
      +
   </properties>

Note that one or more property can be set.

The filter will absorbs the above XML fragment.

Retrivel value

To retrivel value, just place ${{property name}} to anywhere in your XML document. The filter will then replace each occurance of the property name into its value.

Predefined name

The property name, uuid, is predefined. Every occurance of b7af3bd7-12ad-1000-80eb-5b94b67b2897 will be replaced with a UUID value newly created.