can you have two xml tags of the same name code example
Example: xml same tag name
<note>
<to>Tove</to>
<from>Jani</from>
<from>Jani1</from>
<body>Don't forget me this weekend!</body>
</note>
<note>
<to>Tove</to>
<from>Jani</from>
<from>Jani1</from>
<body>Don't forget me this weekend!</body>
</note>