Sun Java Streaming XML Parser (SJSXP) 

  What is it? 
  -----------
  
 	SJSXP is implementation of JSR 173 by SUN Microsystems Inc. 

  The Latest Version
  ------------------
		This is the EA release.

  Contents 
  --------
  1) jsr173_api.jar contains  api's from jsr 173.
  2) sjsxp.jar contains  latest implementation 
	  of JSR 173  and samples.
  
  Documentation
  -------------

	Samples
   -------
	1)CursorParser : Demonstrates use of JSR 173 cursor api's.

	How to run 
	---------
	java -classpath sjsxp.jar:jsr173_api.jar  CursorParse -x <count> <xmlfilename>	
    
    For ex. BookCatalogue.xml bundled with Zephyr distribution
   
	java -classpath sjsxp.jar:jsr173_api.jar  CursorParse -x 1 ./samples/data/BookCatalogue.xml	

												
