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

Answers were Sorted based on User's Feedback



What line in the following XML document will generate an error? <?xml version=?1.0?> <em..

Answer / sundherrajan

c

Is This Answer Correct ?    5 Yes 0 No

What line in the following XML document will generate an error? <?xml version=?1.0?> <em..

Answer / 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

What line in the following XML document will generate an error? <?xml version=?1.0?> <em..

Answer / sukkureddy

c

First Line should be like
<?xml version="1.0"?>

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How many web.config files in each solution

10 Answers   General Mills,


What is syntax code to send email from an asp.net application?

0 Answers  


What are the data types is possible to store in session? and can we store dataset in session?

4 Answers   eMids,


What is validation in asp.net?

0 Answers  


What are the types of authentications in ASP.NET?

2 Answers   Accenture, BirlaSoft,






What is the maximum number of classes that can be contained in one dll file?

0 Answers  


How do I create a web form?

0 Answers  


What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?

0 Answers  


Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?

0 Answers  


How is the asp.net mvc architecture different from others? : asp.net mvc

0 Answers  


What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?

0 Answers  


What is meant by ispostback in asp net?

0 Answers  


Categories