
The Complete Idiot's HTML Tag Reference
| Index
| Previous Tag: <WBR>
|
<XML>
Inserts XML markup into the page.
Support:
-
HTML Standard | Internet Explorer | Netscape Navigator |
Not supported |
5.0 and later |
Not supported |
Notes:
- This tag requires the </XML> end tag.
Attributes:
- ID
= "Text"
An alphanumeric string that uniquely identifies the tag.
-
Support:
-
HTML Standard | Internet Explorer | Netscape Navigator |
Not supported |
5.0 and later |
Not supported |
Notes:
-
Although you can use letters and numbers for the ID, the first character must be a letter.
- SRC
= "Text"
The URL of the XML source file.
-
Support:
-
HTML Standard | Internet Explorer | Netscape Navigator |
Not supported |
5.0 and later |
Not supported |
Example:
<XML ID="xmlBookID">
<BOOKDATA>
<TITLE>CIG to Creating a Web Page 4/E</TITLE>
<ISBN>0-7897-2256-9</ISBN>
<PAGES>400</PAGES>
</BOOKDATA>
</XML>
| Index
| Previous Tag: <WBR>
|
|