What line in the following XML document will generate an error?
<?xml version=?1.0?>
<employees>
<employee>
<name>Bob Andcarrol</name>
</employee>
<employee>
<name>Robert Burns</name>
</employee>
</employees>
a) 6
b) 4
c) 1
d) There is no error
Answer Posted / als.senthur ganesh ram kumar
C
Details:
First Line Show Error Error Line
<?xml version=?1.0?>
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How you can stop the validation of ASP.NET controls from client side?
Explain About WebService
What are the new data controls in asp.net 2.0?
Explain what the contents of cookie?
What is a user developed application?
What is the current version of asp.net?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What are the 3 types of web?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What does session_start () do?
What do you mean by serialize?
how to write html code with ssl
What are session state modes in asp.net?
What is the maximum amount of memory any single process on windows can address?
What is the usage of DelegatingHandler?