Have a look at the developers guide; the section on XML handling covers a range of approaches from SAX, to DOM to a couple of smarter parsers that take the XML Schema into account when parsing. You will also find generating GML covered. - http://docs.codehaus.org/display/GEOTDOC/13+XML
You are correct that I don't have a simple XML Transform from FeatureType into a series of SAX events for document generation. GeoServer offered to donate me their old one by I have not had the time to follow up on that. You will find that the new XML-XSD parser/encoder does a fine job. You may also find you are generating a document that needs to match an existing schema that has been provided to you? Jody > Hi all, > > In our project we're studying the posibility of saving information in GML > format. I've seen in this page[1] that the GML support in GeoTools is in > progress. Can I trust in GT to load and save GML files? > > Thanks in advance! > > [1] http://geotools.codehaus.org/GML+Schema+support+requirements > > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
