XML element
From Wiki @ Karl Jones dot com
Revision as of 07:23, 2 May 2016 by Karl Jones (Talk | contribs) (Created page with "In XML, an element is everything from (including) the element's start tag to (including) the element's end tag. == Description == An element can contain: * Text *...")
In XML, an element is everything from (including) the element's start tag to (including) the element's end tag.
Description
An element can contain:
- Text
- XML attributes
- Other XML elements
- A mix of the above
See also
External links
- XML elements @ w3schools
- What are the rules for a valid XML element name?
- XML attribute vs XML element @ stackoverflow.com