I would like to parse an xml document using xpath, see: http://www.onjava.com/pub/a/onjava/2005/01/12/xpath.html however, in the documentation (in the link above), it states that I need J2SE 5.0. Currently, I have: $ java -version java version "1.5.0_11" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03) Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing) Does that mean that I really have to ...