Draw the XML tree for the code given below-

Draw the XML tree for the code given below:<employees><employee sex = "male"><name><first> Harry </first><last> Potter </last></name></employee><employee sex = "female"><name><first> Linda </first><1ast> Ray </last></name></employee></employees>

Answers

The XML tree for the given code is as follows:

employees
    employee sex="male"
        name
            first Harry
            last Potter
    employee sex="female"
        name
        &n

Answered by Cody

We have mentors from

Contact support