< prev | next >

WxML < Tags < Home

<WxML>

The <WxML> tag serves as the root of every WxML document. All WxML content must be specified within a pair of <WxML> begin and end tags, just like HTML content is surrounded by <HTML> begin and end tags. Comments are the only constructs that may appear outside the <WxML> tag pair.

Currently, <map>, <graph>, and <plugin> tags are the only immediate children of the <WxML> tag that are recognized. Multiple instances of <map>, <graph>, or <plugin> tags are allowed. However, the WxScope Plugin will only recognize the first <map> or <graph> that it finds, and will only use the first instance of the <plugin> tag. Future WxML-based software may recognize additional instances of <map> and <graph> within a single document, and may define additional tags as children of the <WxML> tag.

Attributes

The <WxML> tag currently has no attributes.

Children

tag

quantity

description

<map>

0 or more

Specification of a map and its elements.

<graph>

0 or more

Specification of a graph and its elements.

<plugin>

0 or more

Properties specific to the WxScope Plugin. May be used in place of HTML <EMBED> tag attributes.

Examples

<WxML>
  <map>
    <!-- Elements of the map defined here. -->
  </map>
</WxML>
         
<WxML>
  <plugin legend="right"/>
  <graph>
    <!-- Graph elements defined here. -->
  </graph>
</WxML>
         

Confidential. Copyright © 2002, Oklahoma Climatological Survey. All Rights Reserved.
Send questions or comments concerning this web page to
wolfie@ou.edu.