New program

dsfunk

Golden Member
May 28, 2004
1,246
0
0
I need a simple application that should be easy, but time consuming. I need to take some user input and write xml files. I also need to read, parse, and display some returning xml files. The actual communication is handled via another app that is already written. It's been a while since I did much real programming, and I am new to practical xml. What are my best options for programming language? The programming should be simple, but there are a lot of them to do, so I need something that can be written fast, not something complex and shiny.
 

Cerebus451

Golden Member
Nov 30, 2000
1,425
0
76
If you know Java, that might be best. Has the XML parsing/building built-in. If you are on Windows, C++/VB might be another option with the XMLDOM library from Microsoft. Takes a little bit of time to get up to speed on, but once you get the basics down, creating and parsing XML is a breeze.
 

dsfunk

Golden Member
May 28, 2004
1,246
0
0
I'm leaning toward php, but let me elaborate a bit. These xml files are predefined and the actual data is going to be in one long string in <data>blah</data>. There is also one other dynamic field, but it will just be some form of the system date/time. Every other field will be a constant. The xml is basically a wrapper for the same old file specs which is the string of data.

Same with the incoming files, so I don't think I'll need to worry about the xml libraries. I'm just creating and parsing those big strings, reading/writing files, and calling an .exe to send them.

Make any sense?
 

tart666

Golden Member
May 18, 2002
1,289
0
0
ado.net with any of the .NET languages. pick one you are most familiar with. You can even get Perl for .NET ...
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
ado.net with any of the .NET languages. pick one you are most familiar with. You can even get Perl for .NET ...

But then you have to pay for a Wndows license.
 

DaFinn

Diamond Member
Jan 24, 2002
4,725
0
0
Originally posted by: tart666
ado.net with any of the .NET languages. pick one you are most familiar with. You can even get Perl for .NET ...

Your sig says it all... :)