|
-
Feb 23rd, 2010, 07:03 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] Convention with XML structure
Would it be bad to save my XML data in this format?
Code:
<folder_list>
<folder tag="Program Files" abs="C:\Program Files" unc="C:\Program Files" lbl="default" />
</folder_list>
Basically, there is a listbox that will show the tag "Program Files" for visual user reference.
The abs, unc and lbl attributes will mainly be in a DataTable, only called upon when an entry is double-clicked in the listbox.
Is there a particular reason I would save this data differently, or is it sorta left up to preference?
Visual Studio 2010 Professional | .NET Framework 4.0 | Windows 7
SERYSOFT.COM :: SysPad - Folder Management Program - Please comment HERE if you find this program useful, have ideas, or know of any bugs.
[Very useful for IT/DP departments where many folders are consistently accessed. Also contains a scratchpad window for quick access to notes.]
[.NET and MySQL Quick Guide]
-
Feb 23rd, 2010, 07:10 PM
#2
Re: Convention with XML structure
preference mostly. Based on the data you've provided in your example, that's the way I'd go with it too. The data is specific to the folder item.
-tg
-
Feb 23rd, 2010, 11:17 PM
#3
Re: [RESOLVED] Convention with XML structure
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|