Samples demonstrating how XPP2 can be used

XppCount	- counting XML elements also used for performance evaluations
  commandline	- verion that works in J2SE+ environment
  midlet	- verison for J2ME small devices
  shared	- code shared in both verison - where actual parsing is done
  		  demonstrates how to abstract J2xx functionality to re-use it
  		  
XppNodeTree 	- creating XML tree with XPP2 node APU and displaying it in GUI
		  shows how to adpat XPP2 Node interface to work with SWIN tree
		  
