[
Lists Home |
Date Index |
Thread Index
]
Hi,
can some body tell what the question is about and how to deduce the
answer...........
Consider the following document:
Componets Category Relative URL
---------- -------------- -----------------------------
http://xml.apache.org
Cocoon Web publishing /cocoon/index.html
FOP Formatting /fop/index.html
http://alphaworks.ibm.com
XML4J Parsing /tech/xml4j
SVGView Formatting /tech/svgview
Which of the following is the BEST model for the relationship of the
information components?
a) <utilities>
<ut><c3>http://xml.apache.org</c3></ut>
<ut><c1>Cocoon</c1><c2>Web publishing</c2><c3>/cocoon/index.html</c3></ut>
<ut><c1>FOP</c1><c2>Formatting</c2><c3>/fop/index.html</c3></ut>
<ut><c3>http://alphaworks.ibm.com</c3></ut>
<ut><c1>XML4J</c1><c2>Parsing</c2><c3>/tech/xml4j</c3></ut>
<ut><c1>SVGView</c1><c2>Formatting</c2><c3>/tech/svgview</c3></ut>
</utilities>
b) <utilities>
<utility><util/><cat/><url>http://xml.apache.org</url></utility>
<utility><util>Cocoon></util><cat>Web publishing</cat>
<url>/cocoon/index.html</url></utility>
<utility><util>FOP</util><cat>Formatting></cat>
<url>/fop/index.html</url></utility>
<utility><util/><cat/><url>http://xml.alphaworks.ibm.com</url></utility>
<utility><util>XML4J></util><cat>Parsing</cat>
<url>/tech/xml4j</url></utility>
<utility><util>SVGView</util><cat>Formatting></cat>
<url>/tech/svgview</url></utility></utilities>
c) <utilities>
<resource xml:base="http://xml.apache.org">
<utility xml:base="/cocoon/index.html">
<component>Cocoon</component><category>Web publishing</category></utility>
<utility xml:base="/fop/index.html">
<component>FOP</component><category>Formatting</category></utility>
</resource>
<resource xml:base="http://alphaworks.ibm.com">
<utility xml:base="/tech/xml4j">
<component>XML4J</component><category>Parsing</category></utility>
<utility xml:base="/tech/svgview">
<component>SVGView</component><category>Formatting</category></utility>
</resource>
</utilities>
RaviShanker Tippa,
Programmer Analyst,
Syntel India Ltd,
21 MountRoad,Saidapet,
Chennai-15
Ph:2300368 ext-35
|