XML Data Island

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


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.)

Common Attributes
%Core%
2 | 3 | 3.2 | 4 | IE5 | M | N | O
%Events%
2 | 3 | 3.2 | 4 | IE5 | M | N | O

Specific Attributes
Ns
2 | 3 | 3.2 | 4 | IE5 | M | N | O
Required? No
Description:
This specifies the URL of the XML namespace that the XML content is bound to.
Values:
An absolute or relative URI.
Prefix
2 | 3 | 3.2 | 4 | IE5 | M | N | O
Required? No
Description:
This indicates the namespace prefix of the XML contents.
Values:
Alphanumeric string.
Src
2 | 3 | 3.2 | 4 | IE5 | M | N | O
Required? No
Description:
This attribute specifies an external source for the xml document.
Values:
An absolute or relative URL.
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...