Using Kxml to parse xml files for Java ME applications

Hey people. I am currently working on a program in Java ME where I have to have access to an xml file on a mobile device. I have downloaded kxml2-2.3.0 to help me do this, but the tutorials I have gotten online on how to use kxml to parse the xml file have not be detailed enough. I really want to understand how to use this recent version of kxml. Please post your suggestions as soon as possible. Thanks.

http://www.roseindia.net/j2me/kxml/j2me-xml-parser.shtml

Good tutorial here: http://www-128.ibm.com/developerworks/edu/wi-dw-wi-kxml-i.html

Thanks yall. I understand how to use kxml now.