Computer Science, asked by shakti1234, 1 year ago

plz solve this q xml tree​

Attachments:

Answers

Answered by rayyadolanlovato
0

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<furniture>

<Table material="wood">

<Primary>100</Primary>

<Middle>150</Middle>

<Senior>150</Senior>

</Table>

<Table material="plastic">

<Primary>200</Primary>

<Middle>135</Middle>

<Senior>150</Senior>

</Table>

</furniture>

be careful about spellings, casing ,slashes, etc.

even a simple accidental "s" can ruin your coding.

*personal experience*

Similar questions