• 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

Some good XML tutorials required?

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am SCJP2 and hear a lot of popularity of XML, can anybody suggest me some good, simple and free XML tutorials with PRACTICAL EXAMPLES. I stress on PRACTICAL EXAMPLES as you can only learn by practically applying the things.
Bye
Noor
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Checkout our XML links page for a great list of useful resources.
 
Leverager of our synergies
Posts: 10065
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To start: http://www.w3schools.com/xml/
when you master basics, go to:
1. XSL Concepts and Practical Use http://www.arbortext.com/xsl/tutorial/frames.html
2. XPath tutorial by examples http://www.zvon.org/xxl/XPathTutorial/General/examples.html
3. XSLT reference with examples http://www.zvon.org/xxl/XSLTreference/Output/index.html
And for advanced XML students Jeni's XSLT pages are a treasure: http://www.jenitennison.com/xslt/index.html
For more examples look at: http://www.javaranch.com/ubb/Forum31/HTML/000476.html

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try the Sun site:
http://java.sun.com/xml/tutorial_intro.html
 
Noor Mustafa
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks all
 
reply
    Bookmark Topic Watch Topic
  • New Topic