|
-
Mar 11th, 2002, 05:16 AM
#1
Thread Starter
Hyperactive Member
Anyone using XML for REAL?
OK, I've read all the hoopla, worked through a bunch of XML tutorials, and come to terms with DOMDocument in VB. I can code to navigate through an XML document, and add nodes in the right place. I could conceivably write say a DB system where the SQL tables are actually XML documents and we could then have a live system for transactions for instance. (Eg Customers, Products, Sales etc)
But this is all well and good.... can anyone tell me what they're using XML for? Do you use it as the database, or still use an SQL database for the processing, extracting into XML documents when portability is required?
Or what?
-
Mar 11th, 2002, 06:07 AM
#2
It's a markup language that's far superior to HTML...doesn't have a database.
Have used it to push documents through from Unix to NT....
-
Mar 11th, 2002, 06:43 AM
#3
Thread Starter
Hyperactive Member
But Jethro what I mean is, is your document on the Unix system XML in its 'native mode' for want of a better term, or do you have data in a different format (perhaps even proprietary to whatever's running on the Unix box) which you export or extract or whatever to XML for transportability?
If the data in the Unix box is naturally XML- as opposed to specially extracted as XML- why did you make that choice, and what system on the Unix side is the XML user / generator.
Then on the NT side, once the document arrives as XML, what happens to it then? Do you take it into some other system for re-use, or is it displayed... or what.
I'm really trying to get my mind round where XML fits into the grand scheme of things.
-
Mar 11th, 2002, 06:53 AM
#4
Hyperactive Member
Re: Anyone using XML for REAL?
Originally posted by Jim Brown
OK, I've read all the hoopla, worked through a bunch of XML tutorials, and come to terms with DOMDocument in VB. I can code to ?.........Or what?
XML can be used for retrieving information from an information provider or You can send your data to another machine and an Application server process your data and returns the output to you. XML is the backbone for web services(Though not limited to the web, you can use it in any medium -- even if you exchange information through pigeons ).
I suggest you go through this.
A Travel-Related Case Study Using XML
Last edited by thinktank2; Mar 11th, 2002 at 06:57 AM.
-
Mar 11th, 2002, 12:07 PM
#5
Black Cat
I've used XML successfully for data exchange and for non-relational databases. For my intranet, I have a document manager I wrote in Perl with XML DOM that lets department managers upload/maintain Word, Excel, etc documents for there departmental page that use XML to store metadata and the file list. I also have a VB app that generates Excel reports for one of our departments, and I didn't want to recode and recompile the app for every new report, so it gets a list of XML files from the web server, and the XML files contain how to present and call stored procedures to get data to generate the reports from the MS-SQL Database.
I'm also planning to rewrite my personal page in XML and Perl (as opposed to ASP and Access) if I can ever find the spare time...
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
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
|