Basic HTML version of Foils prepared May 19 99

Foil 14 Data Islands

From Introduction to XML Tango Group Internal Technology Seminars -- April 16 99. by Lukasz Beca


1 XML code embedded in an HTML page
2 Enables integration of XML with HTML page (XML data can be accessed by scripts)
3 Contains well-formed XML document withing <XML> </XML> tags
4
5 <XML ID="clipXML">
6 <clip>
7 <title>The Fish Slapping Dance</title>
8 <size unit="KB"</size>
9 </clip>
10 </XML>
11
12 clipXML.documentElement.childNodes.item(0).text
13

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Wed May 19 1999