/
XML Tag:
XML Tag:
An XML construct that begins with <
and ends with >
. Some XML Tags have a start and end tag while others are simple one word tags. Some examples of XML Tag syntax are:
- <tag attribute='value'></tag>
- <tag attribute='value'/>
- <tag>value</tag>
- <tag/>
In the examples below (from various Weave configuration files), entry,item, units
and dynamic are XML Tags:
<entry id='l_mapengine.main_counciltrees' layer='counciltrees' label='Council Trees' checked='false'/> <item>|</item> <units>m</units> <dynamic/>
, multiple selections available,
Related content
XML Element:
XML Element:
More like this
XML Attribute:
XML Attribute:
More like this
How to Include Special Characters in Weave Configuration Files
How to Include Special Characters in Weave Configuration Files
More like this
Client Toolbars
Client Toolbars
More like this
Data
More like this