CVS update: gnucash
   
    Joshua Sled
     
    jsled@linas.org
       
    Sun, 21 Apr 2002 12:55:49 -0500 (CDT)
    
    
  
Date:	Sunday April 21, 2002 @ 12:55
Author:	jsled
Update of /home/cvs/cvsroot/gnucash
In directory www.linas.org:/tmp/cvs-serv11589
Modified Files:
	ChangeLog 
Log Message:
2002-04-21  Joshua Sled  <jsled@asynchronous.org>
	* src/backend/file/sixtp.c (sixtp_parse_file): Explicitly create
	an xmlParserCtxt and keep it in the sixtp_sax_data, so we can...
	(sixtp_sax_start_handler): retain line/column numbers for stack
	frames, which pays off in...
	* src/backend/file/sixtp-stack.c (sixtp_stack_frame_print):
	printing the line/column numbers of parsing errors when they
	occur.
	* src/backend/file/sixtp.c (sixtp_parse_buffer): Analagous change
	for in-memory-buffer parsing.