XML Data Island

Support Key: [2|3|3.2|4] [X1|X1.1] [IE5|M|N|O]
What is it?
Attributes
Tag Example
Parent/Content Model
Tips & Tricks
Browser Peculiarities
= Index DOT Html by Brian Wilson =
Main Index | Element Tree | Element Index | HTML Support History



   Quick Statistics   
End Tag:
Required
Standards Details:
NA
XHTML Modules:
NA
CSS 'display' Type:
"inline"
CSS Mapping:
NA
Default Rendering:
NA

What is it?
The XML element indicates that the content is XML markup embedded within an HTML document (referred to as a "Data Island" by Microsoft.) Content of this element should obey all the rules for legal XML syntax.

Common Attributes
%Core%
[2|3|3.2|4] [X1|X1.1] [IE5|M|N|O]
%Events%
[2|3|3.2|4] [X1|X1.1] [IE5|M|N|O]

Specific Attributes
Ns
[2|3|3.2|4] [X1|X1.1] [IE5|M|N|O]
Standards Details: NA
Required? No
Description:
This specifies the URL of the XML namespace that the XML content is bound to.
Values:
Values: Either an absolute or relative URL. All URLs should be URL encoded where required.
Prefix
[2|3|3.2|4] [X1|X1.1] [IE5|M|N|O]
Standards Details: NA
Required? No
Description:
This indicates the namespace prefix of the XML contents.
Values:
Alphanumeric string.
Src
[2|3|3.2|4] [X1|X1.1] [IE5|M|N|O]
Standards Details: NA
Required? No
Description:
This attribute specifies an external source for the xml document.
Values:
Values: Either an absolute or relative URL. All URLs should be URL encoded where required.
Example
<xml ID="xmlid1">
<idcard>
   <name GENDER="male">John Doe</name>
   <phone>1-800-555-5555</phone>
   <email ADDRESS="jdoe@someaddress.com"/>
</idcard>
</xml>
Parent Model
%In-line Parent% | %Block Parent% | <Head>
Content Model
NA
Tips & Tricks Browser Peculiarities
Boring Copyright Stuff...