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

XML cert recommended books

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have just finished my degree project based on XML and related technologies(XMLBeans, DOM and a bit of XPath).interested in doing the 142 xml certification.any suggestions for the reading material i.e books, online tutorials...

thanks.
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Look at this excellent 4 parts XML tutorial from IBM
https://www6.software.ibm.com/developerworks/education/x-cert1421/index.html
I think it's cover the major part of the required knowledge for the certification
 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Five part
 
Ranch Hand
Posts: 53
Eclipse IDE Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think 'XML in a Nutshell' is a really good book for preparation. It covers most of the objectives. You only need some additional material for XQuery and XForms. For this you can get some basic tutorials from http://www.w3schools.com/
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I mentioned this before, but I totally recommend the quickstart guide. I had an old edition, of about 180 pages, and loved it. Now I see it's really bulked up in size. I'm I'm doing work with XML, I always keep it handy. It's just a great book with lots of easy code to read and work with:

XML for the World Wide Web (Visual QuickStart Guide) by Elizabeth Castro

As far as IBM goes, they recommend XML in a Nutshell by Elliotte Rusty Harold, W. Scott Means and The XSLT Cookbook.


For xslt, I picked up Beginning XSLT 2.0: From Novice to Professional, and really liked it, although, you've got to be careful of the version if you're interested in taking the exam.

-Cameron McKenzie
[ January 11, 2007: Message edited by: Bear Bibeault ]
 
I wish to win the lottery. I wish for a lovely piece of pie. And I wish for a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic