I am trying to understand uses of XML.. I have following questions on XML... 1) What are situations/application in which XML will be best suited for example.. It could be used to do EDI for a enterprise ERP/MRP systems. 2) Are there any applications where we should use XML to present data in Browsers considering there is already CSS, DHTML technologies available ? 3) It could be used used for messaging on portable devices..
if you know some good links which demonstrated that its practical and good to used XML in certain situation .. please do post.. Thanks
-Vj
Andrew Shafer
Ranch Hand
Joined: Jan 19, 2001
Posts: 338
posted
0
Its not java specificly but here is a nifty example using Cocoon to transform one XML file into Html, WML or a .pdf file. http://devshed.com/Client_Side/XML/INTCXX/ There is also a nifty article about using XML with PHP there.
!_I_Know_Kung_Fu_!
Andrew Shafer
Ranch Hand
Joined: Jan 19, 2001
Posts: 338
posted
0
Anything you can think of that could use an unambiguous standard to transfer information beteen applications could use XML, then when you consider what XSL makes possible the uses of XML are multiplied.
Brett Knapik
Ranch Hand
Joined: Oct 15, 2000
Posts: 255
posted
0
I have seen it used in win32 applications (auction watch). in java applications (limewire). pure coded websites in xml. and i am sure in java servlets and oracle applications (not sure on oracle) ------------------ In Gates we trust. Yeah right....
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."