Deprecated. XML Maps are deprecated as of the WebLogic Platform 8.1 release. For new code, use XQuery maps. For more information, see Introduction to XQuery Maps.

<xm:map-file> Tag

Specifies that its contents constitute an XML map file.

Syntax

<xm:map-file 
    xmlns:xm="http:bea.com/jws/xmlmap"
>

Attributes

xmlns:xm

URI defining the namespace for tags with an xm prefix.

Remarks

The <xm:map-file> tag is used only in map files—files with an .xmlmap extension that contain XML maps. A map file must begin and end with <xm:map-file> tags.

Note: The xm prefix and its URI are declared implicitly in any JWS file. However, you must declare the namespace prefix and URI to use the prefix in XMLMAP files. You may change the prefix by declaring another prefix.

Related Topics

Creating Reusable XML Maps