david john

Greenhorn
+ Follow
since Feb 24, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by david john

Hi all,

can you please help me

what is the answers of below questions?

1)What are the requirements for an Extended XLink element?


a. You must specify atleast two locators and two arcs
b. You must specify atleast two locators and one arc
c. You must specify atleast one locator and one arc
d. You must specify atleast one locator and two arcs


2)Which attribute is not used when specifying a Simple XLink element?


a. locator
b. show
c. actuate
d. role
e. title


3)

Which of the following is not true about CDATA sections?


a. CDATA sections contain character data
b. CDATA sections are not parsed by the XML parser
c. CDATA sections can contain tags and these tags need not be declared in the DTD
d. CDATA sections can contain tags and these tags must be declared in the DTD

4)

How is an External Unparsed General entity defined in a DTD?


a. <!ENTITY entity-name EXTERNAL "file-name" NDATA notation-name>
b. <!ENTITY entity-name SYSTEM "file-name" >
c. <!ENTITY entity-name SYSTEM "file-name" notation-name>
d. <!ENTITY entity-name SYSTEM "file-name" NDATA notation-name>


5)
What is an ENTITY attribute type?


a. It can contain the name of any External Unparsed entity
b. It can contain the name of any External Unparsed entity or Internal Unparsed entity
c. It can contain the name of any External Parsed entity or Internal Parsed entity
d. It can contain the name of any Parameter entity


Thanks
david