I have the following XML snipper that VS.NET says is invalid:
<users>
<user account="domain\user1" name="Wells Oliver" defaultcatalog="1">
<catalog id="1" level="3" />
</user>
<user account="domain\user2" name="John Doe" defaultcatalog="1">
<catalog id="1" level="2" />
</user>
</users>
VS.NET says "Another object on this page already uses the ID 1."
I thought this XML was okay because each user has their own catalog tags, so
they would be separate. I am trying to make a user element, then nest one
more more catalog elements withn that user element because each user has
different access levels to different catalog IDs.
Any tips?
Wells Oliver
Web Applications Programmer
Leviton Voice & Data
xxx-xxx-xxxx
http://www.levitonvoicedata.com