Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML & VB6

Status
Not open for further replies.

dhealy

Programmer
Mar 1, 2001
7
CH
Here is a description of the system I am building:

i.) XML file sent by means of a CGI request to Apache
ii.) Apache calls VB program to parse XML file
iii.) Date interpreted and sent via serial port to device
iv.) Device responds to serial port with data
v.) Data recevied interpreted and XML file created
vi.) XML file sent returned to Apache and sent to client

Is this possible? What would I use to interpret/create the XML file -> MSXML? Is it possible to save the incoming serial port data into a text file that MSXML could use to forward to the DOM and create an XML file, referencing a DTD? Would it be easier to implement in C++? Any help is appreciated!

Thanks,
Dennis.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top