Datasheet
2. How many errors are present in this XML script?
<?xml>
<customers>
<customer>
<name>Zachary Smith</name>
<address>
<street>1 Smith Street</street>
<town>Smithtown</town>
<state>NY</state>
<zip>11723</zip>
</address>
<phone>631-445-2231</phone>
</customer>
<customer>
</customers>
3. What kind of a web page is this?
<HTML><BODY>
<XML ID=”xmlParts” SRC=”cookies.xml”></XML>
<TABLE DATASRC=#xmlCookies>
<TR>
<TD><DIV DATAFLD=”cookietype”></DIV></TD>
<TD><DIV DATAFLD=”$cookiedescription”></DIV></TD>
</TR>
</TABLE>
</BODY></HTML>
4. What does XSL do for XML?
a. Allows changes to data in XML pages at run-time
b. Allows changes to metadata in XML pages at run-time
c. Allows regeneration of entire XML pages at run-time
d. All of the above
e. None of the above
28
Chapter 1
04_791202 ch01.qxp 10/6/06 10:59 AM Page 28