Java Video Tutorial 45

Java XPATH Video TutorialI received a bunch of emails asking me to make a tutorial on Java XPath. I guess you liked my previous XML XPath tutorial?

XPath can be used to easily grab data from an XML file and into your Java code. I’ll cover how to write to an XML file the easy way in my next tutorial on JDOM2.

All of the code follows the video, and it is heavily commented to help you learn.

If you like videos like this, please tell Google [googleplusone]

I always appreciate sharing [nttfblike]

Code from the Video

JAVALESSON45.JAVA

XML FILE USED

9 thoughts on “Java Video Tutorial 45”

  1. i would like to have compare two xmls which is having the namespace.

    Please explain how we can do it.

    Thanks,
    Chandra

    1. Keep all of your files in the same folder and you won’t have any problems. It is recommended to save in src – default package for your project in Eclipse

Leave a Reply

Your email address will not be published. Required fields are marked *