• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

What is XML

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have only used xml for use with ant (build.xml), and a to deploy a servlet on startup with tomcat (web.xml). A friend of mine says he uses it to build dynamic web pages. What exactly is xml and what (and where) are its uses? I am involved in the process of building a relatively large web application at the moment, and any tool I can use to make this easier will be much appreciated. Specifically I guess, can you use xml with jsp, and is it advantageous??
 
Ranch Hand
Posts: 569
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This link might give you a quick start!
http://www.projectcool.com/developer/xmlz/xmlzquick/index.html

-hm
 
Hema Menon
Ranch Hand
Posts: 569
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are planning to use XML with JSP the following link would be helpful.
http://www.xmlmag.com/upload/free/features/xml/2000/04fal00/ww0004/ww0004.asp
Thanks,
Hema
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Chris Huisman:
I have only used xml for use with ant (build.xml), and a to deploy a servlet on startup with tomcat (web.xml). A friend of mine says he uses it to build dynamic web pages. What exactly is xml and what (and where) are its uses? I am involved in the process of building a relatively large web application at the moment, and any tool I can use to make this easier will be much appreciated. Specifically I guess, can you use xml with jsp, and is it advantageous??



XML is same as HTML only thing is you can create your own tags in XML.

 
reply
    Bookmark Topic Watch Topic
  • New Topic