I recently made a VB.NET program to automatically take values from user input, and put them into a formatted XML file. It makes things go by much faster, when you have a program filling everything out.
It supports custom fields, Lets you preview the code first, and will allow you to write to the CSV file instantly.
I also made a modification to it to get the size, in KB, of a file. I also made another to get the time in seconds of a sound file. I doubt anyone else would need these as I use them for my audio directory.
If anyone is interested, I will finish the program off for normal-user use and release it. Please reply if you are interested.
Could you explain a little more about - how this all happens
- how is this best used in wsn links ? could you give some examples ? I gather it would really speed up some processes and simplify/automate some tasks ..
- I have been exploring the possibility of audio integration with wsn - so that sounds interesting ...
- and as Paul posted - how could you integrate ? if possible into a linux/php environment ?
XML is used by the XML importer, that's the only place I can think of at the moment. There's the modification files, but there's a generator for that already.
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on Easy XML Creator
Member
Usergroup: Customer
Joined: Mar 01, 2007
Total Topics: 14
Total Comments: 19
I recently made a VB.NET program to automatically take values from user input, and put them into a formatted XML file. It makes things go by much faster, when you have a program filling everything out.
It supports custom fields, Lets you preview the code first, and will allow you to write to the CSV file instantly.
I also made a modification to it to get the size, in KB, of a file. I also made another to get the time in seconds of a sound file. I doubt anyone else would need these as I use them for my audio directory.
If anyone is interested, I will finish the program off for normal-user use and release it. Please reply if you are interested.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I might be interested if it ran on Linux, but since you say VB.NET I'm not.
Forum Regular
Usergroup: Customer
Joined: Nov 16, 2005
Location: Colorado
Total Topics: 41
Total Comments: 115
Could you explain a little more about - how this all happens
- how is this best used in wsn links ? could you give some examples ? I gather it would really speed up some processes and simplify/automate some tasks ..
- I have been exploring the possibility of audio integration with wsn - so that sounds interesting ...
- and as Paul posted - how could you integrate ? if possible into a linux/php environment ?
Thanks - DR
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
XML is used by the XML importer, that's the only place I can think of at the moment. There's the modification files, but there's a generator for that already.