transmitnamespaces

Specifies which namespaces are filtered for a particular transmission. Filtering a namespace means keeping or omitting all of the form elements and attributes that are in the specified namespace.

For example, if a transmitnamespaces option specifies that the http://www.ibm.com/xmlns/prod/XFDL/Custom namespace should be kept, then all elements in that namespace are transmitted.

Syntax

   <transmitnamespaces>
      <filter>namespace filter</filter>
      <uri>namespace URI1</uri>
      ...
      <uri>namespace URIn</uri>
   </transmitnamespace>
Note: There may be any number of namespace URI entries.
Table 1. transmitnamespaces parameters
Parameter Type Description
namespace filter keep include all form elements in the namespace URI list with the transmission; omit those not in the list
  omit omit all form element that are in the namespaces in the namespace URI list from the transmission; include those not in the list
namespace URI string identifies a namespace whose elements will be filtered

Available in

action, button, cell

Example

This example shows a transmitnamespaces setting that omits the http://www.ibm.com/xmlns/prod/XFDL/Custom namespace.

   <transmitnamespaces>
      <filter>omit</filter>
      <uri>http://www.ibm.com/xmlns/prod/XFDL/Custom</uri>
   </transmitnamespaces>

Usage details

  1. Default: omit nothing (keep all namespaces).
  2. Other filters may take precedence over the transmitnamespaces option. Refer to Order of precedence of filters for more information on the order of precedence of filters.