Write an HTML page that displays the XML data in Fig. 27.19, using data islands.

What will be an ideal response?


```
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <HTML>
3
4 <!-- Exercise 27.14 Solution -->
5
6 <BODY>
7
8 <XML ID = "xmlData" SRC = "ex27_13.xml"></XML>
9
10 <TABLE DATASRC = "#xmlData">
11 <THEAD>
12 <TR>
13 <TH>First Name</TH>
14 <TH>Last Name</TH>
15 </TR>
16 </THEAD>
17
18 <TR>
19 <TD><SPAN DATAFLD = "firstName"></SPAN></TD>
20 <TD><SPAN DATAFLD = "lastName"></SPAN></TD>
21 </TR>
22 </TABLE>
23
24 </BODY>
25 </HTML>
```

Computer Science & Information Technology

You might also like to view...

Provide steps to recover encrypted zip file passwords.

In this part, you will use the fcrackzip utility to recover lost passwords from encrypted zipped files. Fcrackzip searches each zip file given for encrypted files and tries to guess the password using brute- force methods. The reason we created zip files with varying password lengths was to see if password length influences the time it takes to discover a password.

Computer Science & Information Technology

Multiplication and ________ are on the same level of precedence

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The ____ is a signal that tells the strength of the incoming (received) signal.

A. RSSI B. HTTP C. MIB D. RFAP

Computer Science & Information Technology

Converting from one type to another is called ______________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology