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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can XML be used with NT/4.0?

Status
Not open for further replies.

VB400

Programmer
Sep 8, 1999
359
US

I want to start using XML. I'm currently programming in VB6 on NT workstations. I hear that XML is the way to go but I'm not sure if it is available for me now or do I first have to upgrade to Win/2K.

Also, can someone recommend a book for this!

Thanks in advance!
Tarek

The more I learn, the more I need to learn!
 
XML technology is changing so fast that the books can't keep up right now. One place to start is msdn.microsoft.com/xml also for the latest inddustry developments.

Good luck
-pete
 

Thanks Pete!
Tarek

The more I learn, the more I need to learn!
 
VB400,

I have the "VB6 XML" book from Wrox. While I haven't gotten that deep into it yet, it's a pretty good book from what I've see so far. You can visit their site for more information on their titles. Snaggs
tribesaddict@swbell.net
To define recursion, we must first define recursion.
 
Ability to use XML is not operating system dependent. You can write programs in a variety of languages on any operating system provided you've got the right tools.

If you have: Use this package:
C/C++ compiler expat
Python XML SDK for Python
Java SDK (MS or Sun) Lark or Saxon
VBasic MS SDK (windows family only obviously)

Rosalie Dieteman
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top