[10] HTML の xml 要素は、
HTML文書中に XML文書を混ぜるための包含子として使われました。
Microsoft はこれを XMLデータ島と呼んでいました。
[1] xml 要素は現在の HTML Standard
には含まれておらず、現行の Webブラウザーも実装していません。
[11] この要素型は標準化されていません。 XML で記述したデータを HTML 文書中に埋め込む場合は、 XHTML 1 と XML名前空間を使うのが望ましいと考えられます。
[12] この要素の内容は XML の文書実体と思われます (XML宣言を書けるようです)。タグの対が XML 的に正しい限り、 HTML と衝突する要素型名も認められるようです。 また、この要素の内部では完全に XML の規則が適用されます。 ですから、 SGML 的にこの要素の存在は極めて問題があると言えます。
[14]
xml要素の内容はが整形式かどうかは、HTML文書全体のDOM木の構築とレンダリングには影響が無いみたいです。
ただし、HTML的にxml要素の終了タグとみなされるものを使うことはできません
(データ島内で大文字・小文字問わずxml要素型を使うことができません)。
XMLの終了タグとして使えないだけではなく、文字列として使えません。ただし、<!--ではじまり、-->で終わる範囲内ならばそのような文字列が含まれていても構いません。
そのような範囲がXMLの注釈宣言である必要はありません。
(--が含まれていても構いませんし、一部又は全部がCDATA区間の文字データであっても構いません。)
<!--[if !mso]>
<style>
v\:* { behavior: url(#default#VML) }
o\:* { behavior: url(#default#VML) }
.shape { behavior: url(#default#VML) }
</style>
<![endif]-->
<!--[if gte mso 9]>
<xml>o:shapedefaults v:ext="edit" spidmax="1027"/
</xml><![endif]-->[17] Web Collections using XML Submission - 970309 ( ( 版)) http://www.w3.org/TR/NOTE-XMLsubmit
xmlxml
を提案した。
HTML文書中に
XML文書を埋め込める。script*xml
の内容に任意の
XML
が記述できるとされていた。
タグは HTML要素を表すものではなく、
XML
の要素と解釈された。
[2] Conventions for HTML in Email ( 版) http://www.w3.org/TR/1998/NOTE-HTMLThreading-0105
[6] XML in HTML Meeting Report, , https://www.w3.org/TR/NOTE-xh#xml-block
[4] XML Element | XML Object, InetSDK, , https://web.archive.org/web/20001027003945/http://www.msdn.microsoft.com/workshop/author/dhtml/reference/objects/XML.asp
[5] XML Data Islands, InetSDK, , https://web.archive.org/web/20001025170632/http://msdn.microsoft.com/xml/xmlguide/dataIslandhowto.asp
[18] XML Data Islands ( ( 版)) http://msdn.microsoft.com/en-us/library/windows/desktop/ms766512(v=vs.85).aspx
[9] Binding the XML Data Source Object to Data, Microsoft Corporation, , https://web.archive.org/web/20001027130748/http://msdn.microsoft.com/xml/XMLGuide/xmldso.asp
xmlxml
の追加が決定した。xmlxml
を実装した。
W3C
Hypertext Coordination Group
の合意に基づくものという。
>>27
一般には
Internet Explorer
の独自拡張と理解された。
広く普及はしなかったものの、
一部のWebアプリケーションなどが使っていた。[22] Web Workshop - Hierarchy & Data Updating, Michael Wallent, , https://web.archive.org/web/20001119204900/http://msdn.microsoft.com/workshop/author/databind/dude110199.asp
[23] Microsoft OfficeのHTML でも Microsoft Office 独自情報の埋め込みに使われました。
[15] How To Load And Parse XML Data Without ActiveX http://dean.edwards.name/weblog/2006/04/easy-xml/ (名無しさん 2006-04-22 00:31:20 +00:00)
[29] Oracle | Hardware and Software, Engineered to Work Together, , https://web.archive.org/web/20111107123515/http://www.oracle.com/index.html
<script id="ssInfo" type="text/xml" warning="DO NOT MODIFY!">
<ssinfo >
<fragmentinstance id="fragment1" fragmentid="ocom-header-hp" library="server:OCOM-HEADER-HP">
</fragmentinstance>
<fragmentinstance id="fragment2" fragmentid="ocom-footer-hp" library="server:OCOM-FOOTER-HP">
</fragmentinstance>
<fragmentinstance id="fragment3" fragmentid="universal-metatag" library="server:UNIVERSAL-FRAGMENTS">
</fragmentinstance>
<fragmentinstance id="fragment6" fragmentid="ocombr-header-hp" library="server:OCOMBR-HEADER-HP">
</fragmentinstance>
<fragmentinstance id="fragment7" fragmentid="ocombr-footer-hp" library="server:OCOMBR-FOOTER-HP">
</fragmentinstance>
<fragmentinstance id="fragment13" fragmentid="Universal_Localization_Fragment" library="server:UNIVERSAL_LOCALIZATION_FRAG">
</fragmentinstance>
<fragmentinstance id="fragment14" fragmentid="Universal_Localization_Fragment" library="server:UNIVERSAL_LOCALIZATION_FRAG">
</fragmentinstance>
<fragmentinstance id="fragment15" fragmentid="Universal_Localization_Fragment" library="server:UNIVERSAL_LOCALIZATION_FRAG">
</fragmentinstance>
<fragmentinstance id="fragment16" fragmentid="Universal_Localization_Fragment" library="server:UNIVERSAL_LOCALIZATION_FRAG">
</fragmentinstance>
<fragmentinstance id="fragment17" fragmentid="Universal_Localization_Fragment" library="server:UNIVERSAL_LOCALIZATION_FRAG">
</fragmentinstance>
<fragmentinstance id="fragment18" fragmentid="Universal_Localization_Fragment" library="server:UNIVERSAL_LOCALIZATION_FRAG">
</fragmentinstance>
<fragmentinstance id="fragment19" fragmentid="universal-search-fragment" library="server:UNIVERSAL-SEARCH-FRAGMET-LIB">
</fragmentinstance>
<fragmentinstance id="fragment20" fragmentid="ExternalNavigationHorizontal" library="server:EXTERNALNAVHORIZONTALLIB">
</fragmentinstance>
<fragmentinstance id="fragment21" fragmentid="ExternalBreadCrumb" library="server:EXTERNAL_BREADCRUMB">
</fragmentinstance>
<fragmentinstance id="fragment22" fragmentid="Universal_Localization_Fragment" library="server:UNIVERSAL_LOCALIZATION_FRAG">
</fragmentinstance>
<fragmentinstance id="fragment23" fragmentid="sitecatalyst-ocom-standard" library="server:SITECATALYST-OCOM-STANDARD">
</fragmentinstance>
</ssinfo>
</script>[19] XSLT 2.0 and XQuery 1.0 Serialization (Second Edition) ( ( 版)) http://www.w3.org/TR/2010/REC-xslt-xquery-serialization-20101214/#XML-ISLAND
[20] XSLT and XQuery Serialization 3.0 ( ( 版)) http://www.w3.org/TR/xslt-xquery-serialization-3/#XML-ISLAND
[3] XSLT and XQuery Serialization 3.1 () https://www.w3.org/TR/2017/REC-xslt-xquery-serialization-31-20170321/#XML-ISLAND