• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

xml technology example

 
Ranch Hand
Posts: 417
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have just begun with the xml tutorials.
w3scool tutorial has an example for xml based info displayed with the help or medium of HTML.
what are the other ways that are commonly used by applications, programmers to send/receive/display xml ? sure this list would have programmers who would be working with xml. the w3schools tutorials has an example where they show how xml info is displayed with the help of HTML ie in a web page.
is this (via http) the most commmon way to use xml technology. after all xml does not do any thing, it is just a data structure to layout information. one needs other programs/applications etc to send/receive info that is structured with xml. (typical examples or other technologies extensively using xml...)
also please send me a link to an actual web site that extensively uses xml.
[ August 22, 2002: Message edited by: mark stone ]
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
XML Technology in real life - stock quote from Nasdaq. Check this out.
Homework -
  • Extract the DTD for this XML and inspect the DTD.
  • Write a program to parse this document!


  • Have fun!
    [ August 22, 2002: Message edited by: Ajith Kallambella ]
     
    What's wrong? Where are you going? Stop! Read this tiny ad:
    Smokeless wood heat with a rocket mass heater
    https://woodheat.net
    reply
      Bookmark Topic Watch Topic
    • New Topic