Hi all,
       i'm trying to run an example of the user guide about Filter XML
Support. But, when i run the sample, i'm getting a lot of errors.

The parser in the sample follows:

//create the parser with the filter 1.0 configuration
org.geotools.xml.Configuration = new
org.geotools.filter.v1_0.OGCConfiguration();
org.geotools.xml.Parser parser = new org.geotools.xml.Parser( configuration );

//the xml instance document above
InputStream xml = ...

//parse
Filter filter = (Filter) parser.parse( xml );


Is this a deprecated way to parse a filter ?
How to run this code using geotools version 2.3 ?

Thanks in advance !

--
Fábio Luiz Leite Júnior
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to