Revision 10392 trunk/libraries/libRemoteServices/src/org/gvsig/remoteClient/wfs/wfs_1_0_0/WFSProtocolHandler1_0_0.java

View differences:

WFSProtocolHandler1_0_0.java
63 63
 *
64 64
 * $Id$
65 65
 * $Log$
66
 * Revision 1.11  2007-02-09 14:11:01  jorpiell
66
 * Revision 1.12  2007-02-19 11:43:10  jorpiell
67
 * Añadidos los filtros por área
68
 *
69
 * Revision 1.11  2007/02/09 14:11:01  jorpiell
67 70
 * Primer piloto del soporte para WFS 1.1 y para WFS-T
68 71
 *
69 72
 * Revision 1.10  2007/01/16 08:30:22  csanchez
......
468 471
		
469 472
		try {
470 473
			parser.setInput(new FileInputStream(f), encoding);
471
			parser.nextTag();
472
					
474
			parser.nextTag();				
473 475
			if (parser.getName().compareTo(CapabilitiesTags.SERVICE_EXCEPTION_REPORT)==0){
474 476
				throw ExceptionsFactory.parseExceptionReport(parser);
475 477
			}			

Also available in: Unified diff