• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

XML and XPATH

 
Ranch Hand
Posts: 349
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Every body ,

I want to know the JAXB ,XSLT, JAXP, XPATH .

Could any body help me.

Thanks,
Satya
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Harold's book on processing xml with java is available free online. A good starting point.

Bill
 
S Majumder
Ranch Hand
Posts: 349
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
William Brogden ,
Thanks for the reply

Satya
 
Ranch Hand
Posts: 63
Mac OS X jQuery Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, Satyabrata,

Before getting books, I think you should consider Oracle's documentation:

JAXP Tutorial, to get you in touch with SAX, DOM, XSLT(with a introduction to XPath) and StAX.
JEE Tutorial: JAXB, a guide to JAXB (and StAX) on WebServices chapter of Java EE 6 Tutorial.

You have a very good material to start your steps in Java&XML world.

--eduardo
 
reply
    Bookmark Topic Watch Topic
  • New Topic