markup-extension

Purpose

Defines a single custom pipeline markup extension that can contain either a process or a rule element.

Note:

Markup plugins are not supported by Mobile Portal Accelerator.

Contained by

Contains

Attributes

Attribute Description Type Default Options Use
local-name The name of the custom element without any namespace prefix xs:string none    required 
namespace-uri The URI of the namespace of the custom element xs:anyURI none    required 

Example

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

Related topics