R
res7cxbi
hi,
im familiar with xml but wondering if it would be better to store data
within attributes:
<root>
<data value="someData"/>
</root>
or within nodes:
<root>
<data>someData</data>
</root>
would one go with nodes or attributes by the data involved or just
sheer preference?
im familiar with xml but wondering if it would be better to store data
within attributes:
<root>
<data value="someData"/>
</root>
or within nodes:
<root>
<data>someData</data>
</root>
would one go with nodes or attributes by the data involved or just
sheer preference?