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 / sukkureddy
c
First Line should be like
<?xml version="1.0"?>
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How does u call and execute a sp in .net?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
Describe the difference between inline and code behind - which is best in?
Explain Areas in MVC?
Disable Mouse right click on web page in asp.net?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Can asp.net work on an nt server?
How do you implement sql caching in asp.net?
How does asp.net page work?
What is the difference between session and application?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
How many validators do ASP.NET have?
Explain the features that make asp.net more used framework? : asp.net mvc
What is the purpose of master page?
To redirect the user to another page which method do we use without performing a round trip to the client?