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
Official Docs:
Microsoft's MSDN Documentation
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:
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:
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
Nothing to report.
Browser Peculiarities
Nothing to report.
Boring Copyright Stuff...