rule

Purpose

Defines the rule to be associated with custom pipeline markup.

Note:

Markup plugins are not supported by Mobile Portal Accelerator.

Contained by

Attribute

Attribute Description Type Default Options Use
class-name The name of the class that implements the rule processing xs:string none    required 

Example

<markup-extensions>
  <markup-extension
    local-name="set-context"
    namespace-uri="http://mycorp.com/pipeline_ext">
    <rule class-name="com.mycorp.xmlpipeline.ext.setcontext"/>
  </markup-extension>
<markup-extensions>

Related topics